(0.1ms) select sqlite_version(*)  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (2.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (163.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.4ms) PRAGMA index_list("schema_migrations")  (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdminNotes (20121224120152)  (0.1ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "admin_notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "admin_user_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("admin_notes")  (0.1ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "admin_notes" ("resource_type", "resource_id")  (0.0ms) PRAGMA index_list("admin_notes")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) CREATE INDEX "index_admin_notes_on_admin_user_type_and_admin_user_id" ON "admin_notes" ("admin_user_type", "admin_user_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121224120152')  (5.4ms) commit transaction Migrating to MoveAdminNotesToComments (20121224120153)  (0.0ms) begin transaction  (0.1ms) PRAGMA index_list("admin_notes")  (0.0ms) PRAGMA index_info('index_admin_notes_on_admin_user_type_and_admin_user_id')  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.3ms) DROP INDEX "index_admin_notes_on_admin_user_type_and_admin_user_id"  (0.2ms) ALTER TABLE "admin_notes" RENAME TO "active_admin_comments"  (0.5ms) CREATE TEMPORARY TABLE "altered_active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("altered_active_admin_comments")  (0.1ms) CREATE INDEX "temp_index_admin_notes_on_resource_type_and_resource_id" ON "altered_active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "active_admin_comments"  (0.4ms) DROP TABLE "active_admin_comments"  (0.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("altered_active_admin_comments")  (0.0ms) PRAGMA index_info('temp_index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.1ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (0.0ms) SELECT * FROM "altered_active_admin_comments"  (0.4ms) DROP TABLE "altered_active_admin_comments"  (0.2ms) CREATE TEMPORARY TABLE "altered_active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("altered_active_admin_comments")  (0.1ms) CREATE INDEX "temp_index_admin_notes_on_resource_type_and_resource_id" ON "altered_active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "active_admin_comments"  (0.2ms) DROP TABLE "active_admin_comments"  (0.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("altered_active_admin_comments")  (0.0ms) PRAGMA index_info('temp_index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.1ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (0.1ms) SELECT * FROM "altered_active_admin_comments"  (0.1ms) DROP TABLE "altered_active_admin_comments"  (0.2ms) ALTER TABLE "active_admin_comments" ADD "namespace" varchar(255)  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.1ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.1ms) UPDATE active_admin_comments SET namespace='admin'  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121224120153')  (3.2ms) commit transaction Migrating to DeviseCreateAdminUsers (20121224200148)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) AdminUser Exists (0.1ms) SELECT 1 FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1 Binary data inserted for `string` type on column `encrypted_password` SQL (135.2ms) INSERT INTO "admin_users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "email", "encrypted_password", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 24 Dec 2012 20:02:09 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["email", "admin@example.com"], ["encrypted_password", "$2a$10$j7B4gk8zMs8BODoVHU3jvu4WOQpo53VEiltkkd9DP19gyxVEC.O7q"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["updated_at", Mon, 24 Dec 2012 20:02:09 UTC +00:00]]  (0.0ms) PRAGMA index_list("admin_users")  (0.4ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (0.1ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121224200148')  (4.0ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_admin_users_on_email') Started GET "/" for 127.0.0.1 at 2012-12-24 12:02:20 -0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.3) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (16.4ms) Started GET "/admin" for 127.0.0.1 at 2012-12-24 12:02:24 -0800 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/admin/login" for 127.0.0.1 at 2012-12-24 12:02:24 -0800 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.3/app/views/active_admin/devise/shared/_links.erb (1.2ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.3/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (153.5ms) Compiled active_admin.css (1562ms) (pid 65439) Compiled jquery.js (3ms) (pid 65439) Compiled jquery-ui.js (2ms) (pid 65439) Compiled jquery_ujs.js (0ms) (pid 65439) Compiled active_admin/application.js (0ms) (pid 65439) Compiled active_admin/base.js (138ms) (pid 65439) Compiled active_admin.js (148ms) (pid 65439) Completed 200 OK in 1959ms (Views: 1945.3ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-24 12:02:26 -0800 Served asset /active_admin.css - 200 OK (32ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2012-12-24 12:02:26 -0800 Served asset /active_admin/application.js - 200 OK (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-24 12:02:26 -0800 Served asset /jquery.js - 200 OK (2ms) Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2012-12-24 12:02:26 -0800 Served asset /active_admin/base.js - 200 OK (5ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-12-24 12:02:26 -0800 Served asset /jquery-ui.js - 200 OK (2ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2012-12-24 12:02:26 -0800 Served asset /active_admin.js - 200 OK (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-24 12:02:26 -0800 Served asset /jquery_ujs.js - 200 OK (1ms) Started POST "/admin/login" for 127.0.0.1 at 2012-12-24 12:02:40 -0800 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0gS3dDr2VfFJOiNCalDTTa6Ms8i9IZzuvYCVV6Msmc8=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1  (0.1ms) begin transaction  (0.3ms) UPDATE "admin_users" SET "last_sign_in_at" = '2012-12-24 20:02:40.895417', "current_sign_in_at" = '2012-12-24 20:02:40.895417', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-12-24 20:02:40.896327' WHERE "admin_users"."id" = 1  (3.0ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 167ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2012-12-24 12:02:40 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.3/app/views/active_admin/dashboard/index.html.arb (12.9ms) Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-24 12:02:41 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-24 12:02:41 -0800 Served asset /active_admin.js - 200 OK (0ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateAdminNotes (20121224120152) Migrating to MoveAdminNotesToComments (20121224120153) Migrating to DeviseCreateAdminUsers (20121224200148) Migrating to CreatePages (20121224200305)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20121224200305')  (51.0ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_reset_password_token')  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (0.0ms) PRAGMA index_list("pages") Started GET "/admin" for 127.0.0.1 at 2012-12-24 12:04:10 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.3/app/views/active_admin/dashboard/index.html.arb (44.1ms) Completed 200 OK in 88ms (Views: 64.8ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-24 12:04:10 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-24 12:04:10 -0800 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-24 12:04:12 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 FROM "pages" LIMIT 1 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.3/app/views/active_admin/resource/index.html.arb (137.9ms) Completed 200 OK in 243ms (Views: 155.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-24 12:04:12 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-24 12:04:12 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-24 12:04:12 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 200 OK (14ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-24 12:04:12 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 200 OK (7ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-24 12:04:13 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.3/app/views/active_admin/resource/new.html.arb (27.4ms) Completed 200 OK in 95ms (Views: 86.8ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-24 12:04:14 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-24 12:04:14 -0800 Served asset /active_admin.css - 304 Not Modified (3ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (58.6ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))   (0.1ms) PRAGMA index_list("active_admin_comments")  (3.7ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.5ms) PRAGMA index_list("active_admin_comments")  (0.1ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.2ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.1ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.1ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.3ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (4.0ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (3.3ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.2ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20121224200305')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (52.1ms) DROP TABLE "active_admin_comments"  (3.6ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.0ms) PRAGMA index_list("active_admin_comments")  (3.7ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.4ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (2.9ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (4.4ms) DROP TABLE "admin_users"  (4.1ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) PRAGMA index_list("admin_users")  (3.5ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.1ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (3.4ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (4.8ms) DROP TABLE "pages"  (4.5ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (56.2ms) DROP TABLE "active_admin_comments"  (3.3ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.0ms) PRAGMA index_list("active_admin_comments")  (3.2ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (2.6ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (2.9ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (4.0ms) DROP TABLE "admin_users"  (3.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (3.2ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.1ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (3.4ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (5.0ms) DROP TABLE "pages"  (4.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (3.2ms) DROP TABLE "active_admin_comments"  (3.6ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.0ms) PRAGMA index_list("active_admin_comments")  (3.3ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.6ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (2.8ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (5.0ms) DROP TABLE "admin_users"  (4.0ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (4.4ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.1ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (3.5ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.9ms) DROP TABLE "pages"  (4.0ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (56.8ms) DROP TABLE "active_admin_comments"  (3.8ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.0ms) PRAGMA index_list("active_admin_comments")  (3.0ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (2.5ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.0ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (2.9ms) DROP TABLE "admin_users"  (5.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (4.6ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.1ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (3.7ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.0ms) DROP TABLE "pages"  (3.7ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (3.2ms) DROP TABLE "active_admin_comments"  (3.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.1ms) PRAGMA index_list("active_admin_comments")  (3.5ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (4.4ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.0ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (2.6ms) DROP TABLE "admin_users"  (3.8ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (3.0ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.1ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (2.9ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.2ms) DROP TABLE "pages"  (2.7ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (50.8ms) DROP TABLE "active_admin_comments"  (3.7ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.0ms) PRAGMA index_list("active_admin_comments")  (3.0ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.4ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (2.6ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.0ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (2.9ms) DROP TABLE "admin_users"  (3.8ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (4.0ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.1ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (3.3ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.8ms) DROP TABLE "pages"  (3.5ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (48.0ms) DROP TABLE "active_admin_comments"  (3.5ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.0ms) PRAGMA index_list("active_admin_comments")  (3.4ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (2.7ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.4ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (2.9ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (4.6ms) DROP TABLE "admin_users"  (3.6ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (3.2ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.1ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (4.3ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (4.4ms) DROP TABLE "pages"  (4.6ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (54.5ms) DROP TABLE "active_admin_comments"  (3.7ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.1ms) PRAGMA index_list("active_admin_comments")  (3.7ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.8ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.6ms) DROP TABLE "admin_users"  (5.2ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (4.2ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.1ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (4.5ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (4.0ms) DROP TABLE "pages"  (3.0ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2012-12-24 12:14:22 -0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.3) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.3) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.3) lib/rails/engine.rb:479:in `call' railties (3.2.3) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.4ms) Started GET "/admin" for 127.0.0.1 at 2012-12-24 12:14:26 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (912ms) (pid 66175) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.3/app/views/active_admin/dashboard/index.html.arb (1003.7ms) Completed 200 OK in 1109ms (Views: 1026.3ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-24 12:14:27 -0800 Compiled jquery.js (1ms) (pid 66175) Compiled jquery-ui.js (2ms) (pid 66175) Compiled jquery_ujs.js (0ms) (pid 66175) Compiled active_admin/application.js (0ms) (pid 66175) Compiled active_admin/base.js (23ms) (pid 66175) Compiled active_admin.js (48ms) (pid 66175) Served asset /active_admin.js - 304 Not Modified (106ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-24 12:14:27 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-24 12:14:29 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 FROM "pages" LIMIT 1 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.3/app/views/active_admin/resource/index.html.arb (100.6ms) Completed 200 OK in 168ms (Views: 160.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-24 12:14:29 -0800 Served asset /active_admin.css - 304 Not Modified (2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-24 12:14:29 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-24 12:14:29 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (13ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-24 12:14:29 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (2ms) Started GET "/admin" for 127.0.0.1 at 2012-12-24 12:14:31 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.3/app/views/active_admin/dashboard/index.html.arb (5.8ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-24 12:14:31 -0800 Served asset /active_admin.css - 304 Not Modified (2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-24 12:14:31 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/logout" for 127.0.0.1 at 2012-12-24 12:14:33 -0800 Processing by ActiveAdmin::Devise::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"0gS3dDr2VfFJOiNCalDTTa6Ms8i9IZzuvYCVV6Msmc8="} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 17ms (ActiveRecord: 0.3ms) Started GET "/admin" for 127.0.0.1 at 2012-12-24 12:14:33 -0800 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 0ms Started GET "/admin/login" for 127.0.0.1 at 2012-12-24 12:14:33 -0800 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.3/app/views/active_admin/devise/shared/_links.erb (1.1ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.3/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (32.8ms) Completed 200 OK in 41ms (Views: 40.5ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-24 12:14:33 -0800 Served asset /active_admin.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2012-12-24 12:14:33 -0800 Served asset /active_admin/base.js - 304 Not Modified (13ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-24 12:14:33 -0800 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2012-12-24 12:14:33 -0800 Served asset /active_admin/application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-24 12:14:33 -0800 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-12-24 12:14:33 -0800 Served asset /jquery-ui.js - 304 Not Modified (3ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2012-12-24 12:14:33 -0800 Served asset /active_admin.js - 304 Not Modified (6ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (50.7ms) DROP TABLE "active_admin_comments"  (3.3ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.0ms) PRAGMA index_list("active_admin_comments")  (3.3ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.2ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (2.9ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.0ms) DROP TABLE "admin_users"  (5.1ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (3.1ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (2.8ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (4.0ms) DROP TABLE "pages"  (3.1ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (3.2ms) DROP TABLE "active_admin_comments"  (3.3ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.0ms) PRAGMA index_list("active_admin_comments")  (3.0ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.5ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.7ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.0ms) DROP TABLE "admin_users"  (3.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (3.7ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (3.3ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.7ms) DROP TABLE "pages"  (3.8ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (52.6ms) DROP TABLE "active_admin_comments"  (3.5ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.0ms) PRAGMA index_list("active_admin_comments")  (3.1ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.3ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (2.7ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.0ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.0ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (2.9ms) DROP TABLE "admin_users"  (4.8ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (3.3ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (4.1ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.0ms) DROP TABLE "pages"  (3.3ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (56.4ms) DROP TABLE "active_admin_comments"  (3.3ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.4ms) PRAGMA index_list("active_admin_comments")  (3.7ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.4ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (4.3ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.3ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (2.8ms) DROP TABLE "admin_users"  (3.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (3.2ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (2.8ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (4.0ms) DROP TABLE "pages"  (3.2ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (51.1ms) DROP TABLE "active_admin_comments"  (4.1ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.5ms) PRAGMA index_list("active_admin_comments")  (3.6ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.5ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (4.1ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (4.7ms) DROP TABLE "admin_users"  (3.6ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (3.9ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.1ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (2.9ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.7ms) DROP TABLE "pages"  (4.0ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (52.8ms) DROP TABLE "active_admin_comments"  (3.3ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (0.0ms) PRAGMA index_list("active_admin_comments")  (3.4ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (0.4ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (2.9ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (0.1ms) PRAGMA index_list("active_admin_comments")  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_namespace')  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')  (3.0ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.0ms) DROP TABLE "admin_users"  (5.3ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("admin_users")  (3.0ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (0.0ms) PRAGMA index_list("admin_users")  (0.0ms) PRAGMA index_info('index_admin_users_on_email')  (3.3ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.3ms) DROP TABLE "pages"  (4.3ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (50.9ms) DROP TABLE "active_admin_comments"  (86.7ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (23.9ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (5.2ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (6.1ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (6.3ms) DROP TABLE "admin_users"  (3.8ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.0ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (2.9ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.8ms) DROP TABLE "pages"  (2.7ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations"  (3.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20121224120152')  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20121224120153')  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20121224200148') Connecting to database specified by database.yml Started GET "/admin/login" for 127.0.0.1 at 2012-12-24 12:20:51 -0800 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.3ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (125.8ms) Compiled active_admin.css (1022ms) (pid 66621) Compiled active_admin/print.css (101ms) (pid 66621) Compiled jquery.js (2ms) (pid 66621) Compiled jquery-ui.js (5ms) (pid 66621) Compiled jquery_ujs.js (0ms) (pid 66621) Compiled active_admin/lib/namespace.js (116ms) (pid 66621) Compiled active_admin/components/jquery.aa.checkbox-toggler.js (142ms) (pid 66621) Compiled active_admin/components/jquery.aa.dropdown-menu.js (149ms) (pid 66621) Compiled active_admin/components/jquery.aa.popover.js (146ms) (pid 66621) Compiled active_admin/components/jquery.aa.table-checkbox-toggler.js (127ms) (pid 66621) Compiled active_admin/pages/application.js (126ms) (pid 66621) Compiled active_admin/pages/batch_actions.js (127ms) (pid 66621) Compiled active_admin/application.js (965ms) (pid 66621) Compiled active_admin/base.js (992ms) (pid 66621) Compiled active_admin.js (998ms) (pid 66621) Completed 200 OK in 2395ms (Views: 2381.2ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /active_admin.css - 200 OK (13ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /active_admin/lib/namespace.js - 200 OK (2ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 200 OK (2ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 200 OK (2ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /active_admin/components/jquery.aa.popover.js - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /jquery.js - 200 OK (2ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 200 OK (2ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /active_admin/pages/application.js - 200 OK (2ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /jquery-ui.js - 200 OK (7ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /active_admin/pages/batch_actions.js - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /jquery_ujs.js - 200 OK (2ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /active_admin/application.js - 200 OK (10ms) Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /active_admin/base.js - 200 OK (17ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /active_admin.js - 200 OK (19ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-24 12:20:54 -0800 Served asset /active_admin/print.css - 200 OK (3ms) Started POST "/admin/login" for 127.0.0.1 at 2012-12-24 12:21:02 -0800 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"n5xVEaEVIPEN/YAfAKSu4Ca2FmPNi+V3bl7yYwW6qCM=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1  (0.1ms) begin transaction  (0.3ms) UPDATE "admin_users" SET "current_sign_in_at" = '2012-12-24 20:21:02.222582', "sign_in_count" = 2, "updated_at" = '2012-12-24 20:21:02.225414' WHERE "admin_users"."id" = 1  (51.4ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 241ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2012-12-24 12:21:02 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/dashboard/index.html.arb (18.0ms) Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-24 12:21:02 -0800 Served asset /active_admin.js - 200 OK (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-24 12:21:02 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-24 12:21:04 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (217.5ms) Completed 200 OK in 228ms (Views: 219.6ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-24 12:21:04 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 200 OK (7ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-24 12:21:04 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 200 OK (4ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-24 12:21:04 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-24 12:21:05 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/new.html.arb (29.7ms) Completed 200 OK in 39ms (Views: 31.8ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-24 12:21:05 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml  (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (57.6ms) DROP TABLE "active_admin_comments"  (3.3ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (4.0ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (2.8ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (3.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.4ms) DROP TABLE "admin_users"  (3.7ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (2.7ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (4.1ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.3ms) DROP TABLE "pages"  (2.6ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (3.1ms) DROP TABLE "active_admin_comments"  (3.8ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.8ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (3.8ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (2.6ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (2.8ms) DROP TABLE "admin_users"  (3.8ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (2.7ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (3.9ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.2ms) DROP TABLE "pages"  (2.9ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (51.9ms) DROP TABLE "active_admin_comments"  (4.0ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.6ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (2.9ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (3.1ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.9ms) DROP TABLE "admin_users"  (3.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.3ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (2.6ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.1ms) DROP TABLE "pages"  (3.2ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (55.3ms) DROP TABLE "active_admin_comments"  (3.7ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.5ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (2.7ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (2.7ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (2.9ms) DROP TABLE "admin_users"  (3.9ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.5ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (4.5ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (4.4ms) DROP TABLE "pages"  (4.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.4ms) select sqlite_version(*)  (2.8ms) DROP TABLE "active_admin_comments"  (3.0ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.0ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (3.9ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (2.5ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (2.6ms) DROP TABLE "admin_users"  (3.3ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.3ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (2.7ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.5ms) DROP TABLE "pages"  (3.2ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml Connecting to database specified by database.yml  (1.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (3.1ms) DROP TABLE "active_admin_comments"  (3.1ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.0ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (4.3ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (2.9ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.2ms) DROP TABLE "admin_users"  (4.9ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.1ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (4.4ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.3ms) DROP TABLE "pages"  (2.8ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.2ms) Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.0ms) Compiled konacha/parent.js (0ms) (pid 67693) Served asset /konacha/parent.js - 200 OK (17ms) Compiled mocha.css (0ms) (pid 67693) Compiled mocha.js (1ms) (pid 67693) Compiled konacha.css (23ms) (pid 67693) Served asset /mocha.js - 200 OK (37ms) Served asset /konacha.css - 200 OK (44ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (6.6ms) Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 200 OK (4ms) Served asset /konacha/parent.js - 200 OK (4ms) Served asset /mocha.js - 200 OK (9ms) Compiled konacha/runner.js (0ms) (pid 68227) Served asset /konacha/runner.js - 200 OK (41ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.8ms) Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 200 OK (4ms) Served asset /konacha/parent.js - 200 OK (3ms) Served asset /konacha/runner.js - 200 OK (2ms) Served asset /mocha.js - 200 OK (12ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled jquery.js (2ms) (pid 68336) Compiled wysihtml5.js (2ms) (pid 68336) Compiled active_admin/editor.js (47ms) (pid 68336) Compiled editor_spec.js (68ms) (pid 68336) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (185.0ms) Completed 200 OK in 199ms (Views: 197.7ms | ActiveRecord: 0.0ms) Served asset /jquery.js - 200 OK (3ms) Compiled konacha/iframe.js (0ms) (pid 68336) Served asset /konacha/iframe.js - 200 OK (50ms) Compiled chai.js (1ms) (pid 68336) Served asset /wysihtml5.js - 200 OK (60ms) Served asset /chai.js - 200 OK (90ms) Served asset /active_admin/editor.js - 200 OK (106ms) Served asset /editor_spec.js - 200 OK (101ms) Compiled active_admin.css (1180ms) (pid 68336) Compiled application.css (1195ms) (pid 68336) Served asset /application.css - 200 OK (1224ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.3ms) Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (7ms) Served asset /konacha.css - 304 Not Modified (5ms) Served asset /mocha.js - 304 Not Modified (13ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (10.6ms) Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 200 OK (1ms) Served asset /chai.js - 200 OK (19ms) Served asset /application.css - 200 OK (41ms) Served asset /wysihtml5.js - 200 OK (33ms) Served asset /active_admin/editor.js - 200 OK (43ms) Served asset /editor_spec.js - 200 OK (33ms) Served asset /jquery.js - 200 OK (3ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.7ms) Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 200 OK (7ms) Served asset /konacha/runner.js - 200 OK (2ms) Served asset /konacha/parent.js - 200 OK (6ms) Served asset /mocha.js - 200 OK (11ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (10.9ms) Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 200 OK (2ms) Served asset /chai.js - 200 OK (24ms) Served asset /jquery.js - 200 OK (23ms) Served asset /application.css - 200 OK (44ms) Served asset /wysihtml5.js - 200 OK (27ms) Served asset /editor_spec.js - 200 OK (37ms) Served asset /active_admin/editor.js - 200 OK (27ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.9ms) Completed 200 OK in 23ms (Views: 22.8ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 200 OK (5ms) Served asset /konacha/runner.js - 200 OK (8ms) Served asset /konacha/parent.js - 200 OK (2ms) Served asset /mocha.js - 200 OK (8ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.0ms) Completed 200 OK in 21ms (Views: 20.9ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (5ms) Served asset /konacha.css - 304 Not Modified (5ms) Served asset /mocha.js - 304 Not Modified (12ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.8ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.3ms) Completed 200 OK in 78ms (Views: 77.3ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (2ms) Served asset /konacha.css - 304 Not Modified (10ms) Served asset /mocha.js - 304 Not Modified (8ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (8ms) (pid 68510) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (67.9ms) Completed 200 OK in 73ms (Views: 71.5ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (2ms) Served asset /chai.js - 304 Not Modified (32ms) Served asset /application.css - 304 Not Modified (40ms) Served asset /jquery.js - 304 Not Modified (34ms) Served asset /wysihtml5.js - 304 Not Modified (30ms) Served asset /active_admin/editor.js - 304 Not Modified (36ms) Served asset /editor_spec.js - 304 Not Modified (28ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.5ms) Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (2ms) Served asset /konacha.css - 304 Not Modified (10ms) Served asset /mocha.js - 304 Not Modified (9ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (11.3ms) Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (5ms) Served asset /chai.js - 304 Not Modified (22ms) Served asset /jquery.js - 304 Not Modified (21ms) Served asset /application.css - 304 Not Modified (50ms) Served asset /wysihtml5.js - 304 Not Modified (32ms) Served asset /active_admin/editor.js - 304 Not Modified (44ms) Served asset /editor_spec.js - 304 Not Modified (28ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (6.2ms) Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 200 OK (4ms) Served asset /konacha/parent.js - 200 OK (2ms) Served asset /konacha/runner.js - 200 OK (4ms) Served asset /mocha.js - 200 OK (4ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (11.3ms) Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 200 OK (6ms) Served asset /chai.js - 200 OK (28ms) Served asset /application.css - 200 OK (43ms) Served asset /jquery.js - 200 OK (36ms) Served asset /wysihtml5.js - 200 OK (28ms) Served asset /active_admin/editor.js - 200 OK (37ms) Served asset /editor_spec.js - 200 OK (29ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.9ms) Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 200 OK (4ms) Served asset /konacha/parent.js - 200 OK (2ms) Served asset /konacha/runner.js - 200 OK (2ms) Served asset /mocha.js - 200 OK (10ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (10.5ms) Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 200 OK (2ms) Served asset /chai.js - 200 OK (28ms) Served asset /application.css - 200 OK (42ms) Served asset /jquery.js - 200 OK (35ms) Served asset /wysihtml5.js - 200 OK (34ms) Served asset /active_admin/editor.js - 200 OK (28ms) Served asset /editor_spec.js - 200 OK (34ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.1ms) Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (9ms) Served asset /konacha.css - 304 Not Modified (5ms) Served asset /mocha.js - 304 Not Modified (10ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (10.8ms) Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (2ms) Served asset /chai.js - 304 Not Modified (25ms) Served asset /jquery.js - 304 Not Modified (24ms) Served asset /application.css - 304 Not Modified (48ms) Served asset /wysihtml5.js - 304 Not Modified (33ms) Served asset /active_admin/editor.js - 304 Not Modified (33ms) Served asset /editor_spec.js - 304 Not Modified (28ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.7ms) Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (4ms) Served asset /konacha.css - 304 Not Modified (14ms) Served asset /mocha.js - 304 Not Modified (13ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (4ms) (pid 68935) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (68.4ms) Completed 200 OK in 73ms (Views: 71.9ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (2ms) Served asset /chai.js - 304 Not Modified (26ms) Served asset /application.css - 304 Not Modified (47ms) Served asset /jquery.js - 304 Not Modified (39ms) Served asset /wysihtml5.js - 304 Not Modified (30ms) Served asset /active_admin/editor.js - 304 Not Modified (39ms) Served asset /editor_spec.js - 200 OK (26ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.3ms) Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (6ms) Served asset /konacha/parent.js - 304 Not Modified (3ms) Served asset /mocha.js - 304 Not Modified (10ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.2ms) Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (7ms) Served asset /konacha/parent.js - 304 Not Modified (2ms) Served asset /mocha.js - 304 Not Modified (8ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 4ms (Views: 3.2ms | 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 Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.9ms) Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (10ms) Served asset /konacha/parent.js - 304 Not Modified (6ms) Served asset /mocha.js - 304 Not Modified (4ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.3ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (7ms) Served asset /konacha/parent.js - 304 Not Modified (2ms) Served asset /mocha.js - 304 Not Modified (9ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (4ms) (pid 69592) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (66.1ms) Completed 200 OK in 73ms (Views: 71.7ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (9ms) Served asset /application.css - 304 Not Modified (43ms) Served asset /chai.js - 304 Not Modified (39ms) Served asset /jquery.js - 304 Not Modified (37ms) Served asset /wysihtml5.js - 304 Not Modified (30ms) Served asset /active_admin/editor.js - 304 Not Modified (38ms) Served asset /editor_spec.js - 304 Not Modified (27ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (2.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (50.7ms) DROP TABLE "active_admin_comments"  (3.7ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.2ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (2.6ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (2.8ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.0ms) DROP TABLE "admin_users"  (3.3ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (2.9ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (4.2ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.9ms) DROP TABLE "pages"  (2.9ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.5ms) Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 200 OK (4ms) Served asset /konacha/runner.js - 200 OK (2ms) Served asset /konacha/parent.js - 200 OK (2ms) Served asset /mocha.js - 200 OK (6ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled jquery.js (2ms) (pid 69827) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (15.8ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 200 OK (2ms) Served asset /jquery.js - 200 OK (23ms) Served asset /chai.js - 200 OK (26ms) Served asset /wysihtml5.js - 200 OK (161ms) Served asset /active_admin/editor.js - 200 OK (310ms) Served asset /editor_spec.js - 200 OK (315ms) Compiled active_admin.css (936ms) (pid 69827) Served asset /application.css - 200 OK (985ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (57.7ms) DROP TABLE "active_admin_comments"  (3.3ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.3ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (2.9ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (4.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.4ms) DROP TABLE "admin_users"  (3.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.0ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (3.5ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.6ms) DROP TABLE "pages"  (2.9ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (55.7ms) DROP TABLE "active_admin_comments"  (3.5ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.3ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (2.6ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (3.1ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (2.7ms) DROP TABLE "admin_users"  (5.1ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.4ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (2.8ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.4ms) DROP TABLE "pages"  (3.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (50.2ms) DROP TABLE "active_admin_comments"  (3.9ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.7ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (3.3ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (3.1ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.4ms) DROP TABLE "admin_users"  (3.7ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (2.7ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (3.7ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.9ms) DROP TABLE "pages"  (2.7ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-25 22:12:24 -0800 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.7ms) Started GET "/admin" for 127.0.0.1 at 2012-12-25 22:12:29 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1159ms) (pid 70704) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (1272.5ms) Completed 200 OK in 1326ms (Views: 1277.8ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:12:31 -0800 Served asset /active_admin.css - 200 OK (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:12:31 -0800 Compiled jquery.js (2ms) (pid 70704) Compiled jquery-ui.js (6ms) (pid 70704) Compiled jquery_ujs.js (0ms) (pid 70704) Compiled active_admin/application.js (0ms) (pid 70704) Compiled active_admin/base.js (31ms) (pid 70704) Compiled active_admin.js (38ms) (pid 70704) Served asset /active_admin.js - 200 OK (52ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-25 22:12:32 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (94.1ms) Completed 200 OK in 105ms (Views: 96.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-25 22:12:33 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (5ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-25 22:12:33 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (3ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:12:34 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (52.9ms) Completed 200 OK in 62ms (Views: 55.4ms | ActiveRecord: 0.2ms) Connecting to database specified by database.yml Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:14:05 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (113.6ms) Completed 200 OK in 156ms (Views: 128.8ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:14:06 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:14:06 -0800 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:15:54 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (21.3ms) Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:15:55 -0800 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:15:55 -0800 Compiled active_admin.js (8ms) (pid 71033) Served asset /active_admin.js - 200 OK (78ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:15:58 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:16:35 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (19.1ms) Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:16:35 -0800 Compiled active_admin/editor.js (4ms) (pid 71033) Compiled active_admin.js (4ms) (pid 71033) Served asset /active_admin.js - 200 OK (33ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:16:35 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:16:45 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (18.0ms) Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:16:46 -0800 Compiled active_admin/editor.js (3ms) (pid 71033) Compiled active_admin.js (4ms) (pid 71033) Served asset /active_admin.js - 200 OK (161ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:16:46 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:16:48 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (18.4ms) Completed 200 OK in 22ms (Views: 20.7ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:16:48 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:16:48 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:18:53 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (18.0ms) Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:18:53 -0800 Compiled active_admin/editor.js (4ms) (pid 71033) Compiled active_admin.js (4ms) (pid 71033) Served asset /active_admin.js - 200 OK (90ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:18:53 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:19:10 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (20.4ms) Completed 200 OK in 24ms (Views: 22.8ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:19:11 -0800 Compiled active_admin/editor.js (4ms) (pid 71033) Compiled active_admin.js (4ms) (pid 71033) Served asset /active_admin.js - 200 OK (80ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:19:11 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:19:25 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (19.2ms) Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:19:25 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:19:25 -0800 Compiled active_admin/editor.js (4ms) (pid 71033) Compiled active_admin.js (4ms) (pid 71033) Served asset /active_admin.js - 200 OK (35ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:20:51 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (19.1ms) Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:20:51 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:20:51 -0800 Compiled active_admin/editor.js (4ms) (pid 71033) Compiled active_admin.js (4ms) (pid 71033) Served asset /active_admin.js - 200 OK (71ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:20:59 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (18.1ms) Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:20:59 -0800 Compiled active_admin/editor.js (3ms) (pid 71033) Compiled active_admin.js (4ms) (pid 71033) Served asset /active_admin.js - 200 OK (65ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:20:59 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:21:11 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (42.8ms) Completed 200 OK in 47ms (Views: 45.2ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:21:12 -0800 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:21:12 -0800 Compiled active_admin/editor.js (4ms) (pid 71033) Compiled active_admin.js (5ms) (pid 71033) Served asset /active_admin.js - 200 OK (87ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:21:28 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (17.9ms) Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:21:28 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:21:28 -0800 Compiled active_admin/editor.js (4ms) (pid 71033) Compiled active_admin.js (5ms) (pid 71033) Served asset /active_admin.js - 200 OK (71ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:22:55 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (19.0ms) Completed 200 OK in 23ms (Views: 21.4ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:22:55 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:22:55 -0800 Compiled active_admin/editor.js (6ms) (pid 71033) Compiled active_admin.js (4ms) (pid 71033) Served asset /active_admin.js - 200 OK (75ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:24:49 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (18.5ms) Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:24:49 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:24:49 -0800 Compiled active_admin/editor.js (4ms) (pid 71033) Compiled active_admin.js (4ms) (pid 71033) Served asset /active_admin.js - 200 OK (150ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:24:57 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (49.1ms) Completed 200 OK in 53ms (Views: 51.5ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:24:57 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:24:57 -0800 Compiled active_admin/editor.js (4ms) (pid 71033) Compiled active_admin.js (5ms) (pid 71033) Served asset /active_admin.js - 200 OK (86ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:27:52 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (19.3ms) Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:27:52 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:27:52 -0800 Compiled active_admin/editor.js (4ms) (pid 71033) Compiled active_admin.js (5ms) (pid 71033) Served asset /active_admin.js - 200 OK (73ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:28:03 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (18.1ms) Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:28:03 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:28:03 -0800 Compiled active_admin/editor.js (5ms) (pid 71033) Compiled active_admin.js (5ms) (pid 71033) Served asset /active_admin.js - 200 OK (106ms) Connecting to database specified by database.yml Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:32:38 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (116.0ms) Completed 200 OK in 158ms (Views: 131.3ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:32:39 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:32:39 -0800 Error compiling asset active_admin.js: Sprockets::FileNotFound: couldn't find file 'editor/parser_rules' (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor.js:4) Served asset /active_admin.js - 500 Internal Server Error Connecting to database specified by database.yml Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:32:53 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (112.6ms) Completed 200 OK in 153ms (Views: 127.2ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:32:53 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:32:53 -0800 Error compiling asset active_admin.js: Sprockets::FileNotFound: couldn't find file 'editor/parser_rules' (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor.js:4) Served asset /active_admin.js - 500 Internal Server Error Connecting to database specified by database.yml Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:33:33 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (113.8ms) Completed 200 OK in 156ms (Views: 128.9ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:33:33 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:33:33 -0800 Compiled active_admin/editor/parser_rules.js (0ms) (pid 71260) Compiled active_admin/editor.js (15ms) (pid 71260) Compiled active_admin.js (5ms) (pid 71260) Served asset /active_admin.js - 200 OK (79ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:34:31 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (19.2ms) Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:34:31 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:34:31 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:39:08 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (115.2ms) Completed 200 OK in 157ms (Views: 129.6ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:39:08 -0800 Served asset /active_admin.css - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:39:08 -0800 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:39:37 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (22.9ms) Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:39:38 -0800 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:39:38 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:40:11 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (21.2ms) Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:40:11 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:40:11 -0800 Served asset /active_admin.js - 304 Not Modified (2ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:40:30 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1432ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1519.6ms) Completed 200 OK in 1524ms (Views: 1522.1ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:40:32 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:40:32 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:41:43 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1446ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1529.8ms) Completed 200 OK in 1534ms (Views: 1532.2ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:41:44 -0800 Served asset /active_admin.css - 200 OK (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:41:44 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:42:12 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1395ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1477.4ms) Completed 200 OK in 1481ms (Views: 1479.8ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:42:13 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:42:13 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:42:29 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1390ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1480.2ms) Completed 200 OK in 1506ms (Views: 1482.7ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:42:31 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:42:31 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:43:04 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1430ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1509.9ms) Completed 200 OK in 1514ms (Views: 1512.8ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:43:05 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:43:05 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:43:33 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1398ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1436.1ms) Completed 200 OK in 1440ms (Views: 1438.5ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:43:35 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:43:35 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:43:45 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1431ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1518.9ms) Completed 200 OK in 1523ms (Views: 1521.4ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:43:47 -0800 Served asset /active_admin.css - 200 OK (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:43:47 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:44:44 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1418ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1477.7ms) Completed 200 OK in 1481ms (Views: 1480.0ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:44:46 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:44:46 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:45:38 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1398ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1505.9ms) Completed 200 OK in 1510ms (Views: 1508.3ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:45:39 -0800 Served asset /active_admin.css - 200 OK (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:45:39 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:46:01 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1403ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1440.3ms) Completed 200 OK in 1444ms (Views: 1442.9ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:46:02 -0800 Served asset /active_admin.css - 200 OK (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:46:02 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:46:16 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1424ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1510.1ms) Completed 200 OK in 1514ms (Views: 1512.5ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:46:18 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:46:18 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:46:34 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1401ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1503.2ms) Completed 200 OK in 1508ms (Views: 1506.0ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:46:35 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:46:35 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:48:59 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1426ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1505.9ms) Completed 200 OK in 1542ms (Views: 1508.7ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:49:00 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:49:00 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:50:17 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (22.2ms) Completed 200 OK in 55ms (Views: 24.9ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:50:17 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:50:17 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:50:43 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1473ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1676.2ms) Completed 200 OK in 1680ms (Views: 1678.7ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:50:45 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:50:45 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:50:55 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1413ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1524.2ms) Completed 200 OK in 1528ms (Views: 1526.8ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:50:57 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:50:57 -0800 Served asset /active_admin.css - 200 OK (13ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:51:14 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1459ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1547.3ms) Completed 200 OK in 1551ms (Views: 1549.9ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:51:15 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:51:15 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:51:28 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1397ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1433.2ms) Completed 200 OK in 1437ms (Views: 1435.7ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:51:29 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:51:29 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:52:07 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1411ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1501.8ms) Completed 200 OK in 1506ms (Views: 1504.6ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:52:09 -0800 Served asset /active_admin.css - 200 OK (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:52:09 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:52:23 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1459ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1547.8ms) Completed 200 OK in 1552ms (Views: 1550.3ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:52:25 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:52:25 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:52:36 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1468ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1506.4ms) Completed 200 OK in 1510ms (Views: 1508.9ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:52:38 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:52:38 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:53:38 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1423ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1503.0ms) Completed 200 OK in 1507ms (Views: 1505.6ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:53:39 -0800 Served asset /active_admin.css - 200 OK (35ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:53:39 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:54:23 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1456ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1540.8ms) Completed 200 OK in 1545ms (Views: 1543.4ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:54:25 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:54:25 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:54:29 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (20.5ms) Completed 200 OK in 24ms (Views: 22.8ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:54:29 -0800 Served asset /active_admin.css - 304 Not Modified (26ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:54:29 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:54:47 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1418ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1503.6ms) Completed 200 OK in 1507ms (Views: 1505.9ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:54:49 -0800 Served asset /active_admin.css - 200 OK (36ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:54:49 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:55:04 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1392ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1502.9ms) Completed 200 OK in 1507ms (Views: 1505.2ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:55:05 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:55:05 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:55:27 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1428ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1494.9ms) Completed 200 OK in 1499ms (Views: 1497.3ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:55:29 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:55:29 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2012-12-25 22:55:43 -0800 Processing by Admin::PagesController#new as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1397ms) (pid 71326) DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/new.html.arb (1457.1ms) Completed 200 OK in 1461ms (Views: 1459.7ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:55:45 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:55:45 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started POST "/admin/pages" for 127.0.0.1 at 2012-12-25 22:57:56 -0800 Processing by Admin::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"n5xVEaEVIPEN/YAfAKSu4Ca2FmPNi+V3bl7yYwW6qCM=", "page"=>{"title"=>"Test", "content"=>"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel erat faucibus quam consectetur venenatis. In euismod faucibus risus. Curabitur id dolor vitae sem elementum porttitor eget vel ligula. Fusce tincidunt tellus a dolor volutpat vitae iaculis purus dignissim. In hac habitasse platea dictumst. Maecenas quis risus lacus, id dictum neque. Vestibulum sit amet lectus arcu.

Fusce vehicula sodales lectus a aliquet. Duis ut enim sit amet nibh bibendum laoreet. Etiam nunc tellus, rutrum eu vulputate sit amet, cursus malesuada lorem. Praesent pellentesque eros in dui congue vehicula. Vestibulum est nibh, imperdiet id malesuada sed, rutrum vitae magna. Praesent vitae odio magna. Duis sollicitudin consectetur quam nec elementum. Ut rhoncus urna ac dui aliquet mollis. Ut vitae aliquam magna. Praesent enim nisl, ultrices quis ornare at, sodales sit amet massa. Nam nibh justo, volutpat quis mollis at, cursus ac sapien. Pellentesque condimentum convallis lorem, eu auctor arcu ornare vitae.

"}, "_wysihtml5_mode"=>"1", "commit"=>"Create Page"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.0ms) begin transaction SQL (6.5ms) INSERT INTO "pages" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel erat faucibus quam consectetur venenatis. In euismod faucibus risus. Curabitur id dolor vitae sem elementum porttitor eget vel ligula. Fusce tincidunt tellus a dolor volutpat vitae iaculis purus dignissim. In hac habitasse platea dictumst. Maecenas quis risus lacus, id dictum neque. Vestibulum sit amet lectus arcu.

Fusce vehicula sodales lectus a aliquet. Duis ut enim sit amet nibh bibendum laoreet. Etiam nunc tellus, rutrum eu vulputate sit amet, cursus malesuada lorem. Praesent pellentesque eros in dui congue vehicula. Vestibulum est nibh, imperdiet id malesuada sed, rutrum vitae magna. Praesent vitae odio magna. Duis sollicitudin consectetur quam nec elementum. Ut rhoncus urna ac dui aliquet mollis. Ut vitae aliquam magna. Praesent enim nisl, ultrices quis ornare at, sodales sit amet massa. Nam nibh justo, volutpat quis mollis at, cursus ac sapien. Pellentesque condimentum convallis lorem, eu auctor arcu ornare vitae.

"], ["created_at", Wed, 26 Dec 2012 06:57:56 UTC +00:00], ["title", "Test"], ["updated_at", Wed, 26 Dec 2012 06:57:56 UTC +00:00]]  (53.1ms) commit transaction Redirected to http://localhost:3000/admin/pages/1 Completed 302 Found in 77ms (ActiveRecord: 0.0ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-25 22:57:56 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/show.html.arb (50.4ms) Completed 200 OK in 68ms (Views: 64.2ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:57:57 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:57:57 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 22:57:59 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (72.3ms) Completed 200 OK in 79ms (Views: 76.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:57:59 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:57:59 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 22:58:04 -0800 Processing by Admin::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"n5xVEaEVIPEN/YAfAKSu4Ca2FmPNi+V3bl7yYwW6qCM=", "page"=>{"title"=>"Test", "content"=>"

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel erat faucibus quam consectetur venenatis. In euismod faucibus risus. Curabitur id dolor vitae sem elementum porttitor eget vel ligula. Fusce tincidunt tellus a dolor volutpat vitae iaculis purus dignissim. In hac habitasse platea dictumst. Maecenas quis risus lacus, id dictum neque. Vestibulum sit amet lectus arcu.

Fusce vehicula sodales lectus a aliquet. Duis ut enim sit amet nibh bibendum laoreet. Etiam nunc tellus, rutrum eu vulputate sit amet, cursus malesuada lorem. Praesent pellentesque eros in dui congue vehicula. Vestibulum est nibh, imperdiet id malesuada sed, rutrum vitae magna. Praesent vitae odio magna. Duis sollicitudin consectetur quam nec elementum. Ut rhoncus urna ac dui aliquet mollis. Ut vitae aliquam magna. Praesent enim nisl, ultrices quis ornare at, sodales sit amet massa. Nam nibh justo, volutpat quis mollis at, cursus ac sapien. Pellentesque condimentum convallis lorem, eu auctor arcu ornare vitae.

"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Page", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.3ms) UPDATE "pages" SET "content" = '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel erat faucibus quam consectetur venenatis. In euismod faucibus risus. Curabitur id dolor vitae sem elementum porttitor eget vel ligula. Fusce tincidunt tellus a dolor volutpat vitae iaculis purus dignissim. In hac habitasse platea dictumst. Maecenas quis risus lacus, id dictum neque. Vestibulum sit amet lectus arcu.

Fusce vehicula sodales lectus a aliquet. Duis ut enim sit amet nibh bibendum laoreet. Etiam nunc tellus, rutrum eu vulputate sit amet, cursus malesuada lorem. Praesent pellentesque eros in dui congue vehicula. Vestibulum est nibh, imperdiet id malesuada sed, rutrum vitae magna. Praesent vitae odio magna. Duis sollicitudin consectetur quam nec elementum. Ut rhoncus urna ac dui aliquet mollis. Ut vitae aliquam magna. Praesent enim nisl, ultrices quis ornare at, sodales sit amet massa. Nam nibh justo, volutpat quis mollis at, cursus ac sapien. Pellentesque condimentum convallis lorem, eu auctor arcu ornare vitae.

', "updated_at" = '2012-12-26 06:58:04.298912' WHERE "pages"."id" = 1  (32.2ms) commit transaction Redirected to http://localhost:3000/admin/pages/1 Completed 302 Found in 45ms (ActiveRecord: 0.0ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-25 22:58:04 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/show.html.arb (24.1ms) Completed 200 OK in 29ms (Views: 26.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:58:04 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:58:04 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 22:58:07 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.0ms) Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:58:07 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:58:07 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-25 22:58:45 -0800 Processing by Admin::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"n5xVEaEVIPEN/YAfAKSu4Ca2FmPNi+V3bl7yYwW6qCM=", "page"=>{"title"=>"Test", "content"=>"

Lorem Ipsm

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel erat faucibus quam consectetur venenatis. In euismod faucibus risus. Curabitur id dolor vitae sem elementum porttitor eget vel ligula. Fusce tincidunt tellus a dolor volutpat vitae iaculis purus dignissim. In hac habitasse platea dictumst. Maecenas quis risus lacus, id dictum neque. Vestibulum sit amet lectus arcu.

Fusce vehicula sodales lectus a aliquet. Duis ut enim sit amet nibh bibendum laoreet. Etiam nunc tellus, rutrum eu vulputate sit amet, cursus malesuada lorem. Praesent pellentesque eros in dui congue vehicula. Vestibulum est nibh, imperdiet id malesuada sed, rutrum vitae magna. Praesent vitae odio magna. Duis sollicitudin consectetur quam nec elementum. Ut rhoncus urna ac dui aliquet mollis. Ut vitae aliquam magna. Praesent enim nisl, ultrices quis ornare at, sodales sit amet massa. Nam nibh justo, volutpat quis mollis at, cursus ac sapien. Pellentesque condimentum convallis lorem, eu auctor arcu ornare vitae.

Etiam eu lacus sit amet justo facilisis suscipit a dictum ipsum.

Mauris pellentesque laoreet mauris ut lacinia. Curabitur a lectus id massa auctor facilisis in et leo. Phasellus a ipsum ipsum, in ultricies turpis. Etiam eu massa ut orci cursus pharetra in sit amet massa. In at nulla felis. Aenean non nibh est. Ut ante elit, lacinia non imperdiet non, imperdiet quis metus. Duis sit amet lectus ipsum, vitae tincidunt sem. Etiam ac diam at nulla sollicitudin molestie eget sit amet diam.

"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Page", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.3ms) UPDATE "pages" SET "content" = '

Lorem Ipsm

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel erat faucibus quam consectetur venenatis. In euismod faucibus risus. Curabitur id dolor vitae sem elementum porttitor eget vel ligula. Fusce tincidunt tellus a dolor volutpat vitae iaculis purus dignissim. In hac habitasse platea dictumst. Maecenas quis risus lacus, id dictum neque. Vestibulum sit amet lectus arcu.

Fusce vehicula sodales lectus a aliquet. Duis ut enim sit amet nibh bibendum laoreet. Etiam nunc tellus, rutrum eu vulputate sit amet, cursus malesuada lorem. Praesent pellentesque eros in dui congue vehicula. Vestibulum est nibh, imperdiet id malesuada sed, rutrum vitae magna. Praesent vitae odio magna. Duis sollicitudin consectetur quam nec elementum. Ut rhoncus urna ac dui aliquet mollis. Ut vitae aliquam magna. Praesent enim nisl, ultrices quis ornare at, sodales sit amet massa. Nam nibh justo, volutpat quis mollis at, cursus ac sapien. Pellentesque condimentum convallis lorem, eu auctor arcu ornare vitae.

Etiam eu lacus sit amet justo facilisis suscipit a dictum ipsum.

Mauris pellentesque laoreet mauris ut lacinia. Curabitur a lectus id massa auctor facilisis in et leo. Phasellus a ipsum ipsum, in ultricies turpis. Etiam eu massa ut orci cursus pharetra in sit amet massa. In at nulla felis. Aenean non nibh est. Ut ante elit, lacinia non imperdiet non, imperdiet quis metus. Duis sit amet lectus ipsum, vitae tincidunt sem. Etiam ac diam at nulla sollicitudin molestie eget sit amet diam.

', "updated_at" = '2012-12-26 06:58:45.782739' WHERE "pages"."id" = 1  (48.2ms) commit transaction Redirected to http://localhost:3000/admin/pages/1 Completed 302 Found in 59ms (ActiveRecord: 0.0ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-25 22:58:45 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/show.html.arb (22.2ms) Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:58:45 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:58:45 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 22:58:47 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (43.7ms) Completed 200 OK in 48ms (Views: 46.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:58:47 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:58:47 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 22:59:38 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1408ms) (pid 71326) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1516.8ms) Completed 200 OK in 1521ms (Views: 1519.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 22:59:40 -0800 Served asset /active_admin.css - 200 OK (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 22:59:40 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-25 23:01:01 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (99.3ms) Completed 200 OK in 111ms (Views: 101.3ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:01:01 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-25 23:01:01 -0800 Served asset /active_admin/orderable.png - 200 OK (140ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-25 23:01:01 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (2ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-25 23:01:01 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (2ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:01:04 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.2ms) Completed 200 OK in 27ms (Views: 24.5ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:01:04 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:03:52 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (26.5ms) Completed 200 OK in 64ms (Views: 29.4ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:03:53 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:03:53 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:04:44 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (26.5ms) Completed 200 OK in 31ms (Views: 28.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:04:44 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:04:44 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:05:32 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (24.2ms) Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:05:32 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:05:32 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:05:51 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.5ms) Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:05:51 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:05:51 -0800 Served asset /active_admin.css - 304 Not Modified (31ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:08:31 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1441ms) (pid 71326) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1523.5ms) Completed 200 OK in 1528ms (Views: 1525.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:08:33 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:08:33 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:08:51 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1419ms) (pid 71326) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1500.0ms) Completed 200 OK in 1505ms (Views: 1502.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:08:52 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:08:52 -0800 Served asset /active_admin.css - 200 OK (10ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-25 23:16:18 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (42.3ms) Completed 200 OK in 151ms (Views: 105.0ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:16:18 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:16:18 -0800 Error compiling asset active_admin.js: NoMethodError: undefined method `asset_url' for #<#:0x007f8a749a89a8> (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/wysiwyg.js.erb) Served asset /active_admin.js - 500 Internal Server Error Started GET "/admin/pages" for 127.0.0.1 at 2012-12-25 23:16:20 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (189.9ms) Completed 200 OK in 201ms (Views: 192.2ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:16:20 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:16:20 -0800 Error compiling asset active_admin.js: NoMethodError: undefined method `asset_url' for #<#:0x007f8a73557cd8> (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/wysiwyg.js.erb) Served asset /active_admin.js - 500 Internal Server Error Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-25 23:16:20 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (184ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-25 23:16:21 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (2ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:16:22 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (33.2ms) Completed 200 OK in 39ms (Views: 31.7ms | ActiveRecord: 4.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:16:22 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:16:22 -0800 Error compiling asset active_admin.js: NoMethodError: undefined method `asset_url' for #<#:0x007f8a74042710> (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/wysiwyg.js.erb) Served asset /active_admin.js - 500 Internal Server Error Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:16:23 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.3ms) Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:16:23 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:16:23 -0800 Error compiling asset active_admin.js: NoMethodError: undefined method `asset_url' for #<#:0x007f8a74869c68> (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/wysiwyg.js.erb) Served asset /active_admin.js - 500 Internal Server Error Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:16:48 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (19.8ms) Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:16:48 -0800 Served asset /active_admin.css - 304 Not Modified (27ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:16:48 -0800 Error compiling asset active_admin.js: NoMethodError: undefined method `stylesheet_url' for #<#:0x007f8a74970fd0> (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/wysiwyg.js.erb) Served asset /active_admin.js - 500 Internal Server Error Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:17:00 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.6ms) Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:17:00 -0800 Compiled active_admin/editor/wysiwyg.js (0ms) (pid 71664) Compiled active_admin/editor.js (17ms) (pid 71664) Compiled active_admin.js (5ms) (pid 71664) Served asset /active_admin.js - 200 OK (79ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:17:00 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:17:12 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.1ms) Completed 200 OK in 26ms (Views: 24.4ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:17:12 -0800 Compiled active_admin/editor/wysiwyg.js (0ms) (pid 71664) Compiled active_admin/editor.js (10ms) (pid 71664) Compiled active_admin.js (4ms) (pid 71664) Served asset /active_admin.js - 200 OK (65ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:17:12 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:19:04 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (44.8ms) Completed 200 OK in 49ms (Views: 47.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:19:05 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:19:05 -0800 Compiled active_admin/editor/wysiwyg.js (0ms) (pid 71664) Compiled active_admin/editor/parser_rules.js (0ms) (pid 71664) Compiled active_admin/editor.js (10ms) (pid 71664) Compiled active_admin.js (4ms) (pid 71664) Served asset /active_admin.js - 200 OK (69ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:19:37 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.6ms) Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:19:37 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:19:37 -0800 Compiled active_admin/editor/wysiwyg.js (0ms) (pid 71664) Compiled active_admin/editor/parser_rules.js (0ms) (pid 71664) Compiled active_admin/editor.js (9ms) (pid 71664) Compiled active_admin.js (4ms) (pid 71664) Served asset /active_admin.js - 200 OK (67ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:19:57 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.2ms) Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:19:57 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:19:57 -0800 Compiled active_admin/editor.js (9ms) (pid 71664) Compiled active_admin.js (5ms) (pid 71664) Served asset /active_admin.js - 200 OK (77ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:20:01 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (45.3ms) Completed 200 OK in 50ms (Views: 47.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:20:01 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:20:01 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:21:03 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.3ms) Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:21:03 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:21:03 -0800 Compiled active_admin/editor/wysiwyg.js (1ms) (pid 71664) Compiled active_admin/editor.js (12ms) (pid 71664) Compiled active_admin.js (5ms) (pid 71664) Served asset /active_admin.js - 200 OK (100ms) Started GET "/assets/active_admin/editor/wysiwyg" for 127.0.0.1 at 2012-12-25 23:21:04 -0800 Served asset /active_admin/editor/wysiwyg - 200 OK (6ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:21:29 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-25 23:21:36 -0800 Served asset /active_admin/editor.js - 200 OK (13ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:22:14 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.2ms) Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:22:14 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:22:14 -0800 Compiled active_admin/editor/wysiwyg.js (0ms) (pid 71664) Compiled active_admin/editor.js (8ms) (pid 71664) Compiled active_admin.js (5ms) (pid 71664) Served asset /active_admin.js - 200 OK (65ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-25 23:22:14 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 71664) Served asset /active_admin/editor/wysiwyg.css - 200 OK (12ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:22:35 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.0ms) Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:22:35 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:22:35 -0800 Error compiling asset active_admin.js: NoMethodError: undefined method `asset_url' for #<#:0x007f8a74825e00> (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/wysiwyg.js.erb) Served asset /active_admin.js - 500 Internal Server Error Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:22:41 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.5ms) Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:22:41 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:22:41 -0800 Served asset /active_admin.js - 200 OK (23ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-25 23:22:42 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:34:47 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (120.8ms) Completed 200 OK in 164ms (Views: 131.5ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:34:47 -0800 Compiled active_admin/editor.js (10ms) (pid 71844) Compiled active_admin.js (4ms) (pid 71844) Served asset /active_admin.js - 200 OK (45ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:34:47 -0800 Served asset /active_admin.css - 304 Not Modified (65ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-25 23:34:47 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-25 23:34:53 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.9ms) Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-25 23:34:54 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-25 23:34:54 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-25 23:34:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-26 00:35:17 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (13.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (46.0ms) Completed 200 OK in 124ms (Views: 61.1ms | ActiveRecord: 14.5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 00:35:17 -0800 Compiled active_admin/editor.js (31ms) (pid 72070) Compiled active_admin.js (5ms) (pid 72070) Served asset /active_admin.js - 200 OK (110ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 00:35:18 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-26 00:35:20 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (58.7ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (232.0ms) Completed 200 OK in 243ms (Views: 175.6ms | ActiveRecord: 59.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 00:35:21 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 00:35:21 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-26 00:35:21 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (2ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-26 00:35:21 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (3ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-26 00:35:21 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (2ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-26 00:35:57 -0800 ActionController::RoutingError (uninitialized constant DashboardsController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' sass (3.2.4) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__394493512321793492__call__4157189540302126708__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.4ms) Started GET "/" for 127.0.0.1 at 2012-12-26 00:36:14 -0800 TypeError (can't convert ActionDispatch::Routing::Redirect into Hash): config/routes.rb:5:in `block in ' config/routes.rb:1:in `' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.2ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.9ms) Started GET "/" for 127.0.0.1 at 2012-12-26 00:36:30 -0800 ActionController::RoutingError (uninitialized constant DashboardController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' sass (3.2.4) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__394493512321793492__call__4157189540302126708__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at 2012-12-26 00:36:41 -0800 ArgumentError (controller name should not start with a slash): config/routes.rb:5:in `block in ' config/routes.rb:1:in `' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.1ms) Started GET "/" for 127.0.0.1 at 2012-12-26 00:36:54 -0800 ActionController::RoutingError (uninitialized constant PagesController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' sass (3.2.4) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__394493512321793492__call__4157189540302126708__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-26 00:37:03 -0800 ActionController::RoutingError (uninitialized constant PagesController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' sass (3.2.4) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__4137110572402360272__call__4058597548735361608__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.5ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-26 00:37:34 -0800 ActionController::RoutingError (uninitialized constant AdminPagesController): activesupport (3.2.9) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.9) lib/active_support/inflector/methods.rb:229:in `constantize' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.9) 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.9) lib/action_dispatch/routing/route_set.rb:601:in `call' sass (3.2.4) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__2498687917732233195__call__3775992403271244429__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.0ms) Started GET "/" for 127.0.0.1 at 2012-12-26 00:37:42 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (131.7ms) Completed 200 OK in 179ms (Views: 134.3ms | ActiveRecord: 1.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 00:37:42 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 00:37:42 -0800 Served asset /active_admin.js - 304 Not Modified (68ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 00:38:29 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (120.7ms) Completed 200 OK in 163ms (Views: 131.5ms | ActiveRecord: 5.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 00:38:29 -0800 Served asset /active_admin.css - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 00:38:29 -0800 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 00:38:30 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (70ms) 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 "/admin" for 127.0.0.1 at 2012-12-26 21:25:19 -0800 Processing by Admin::DashboardController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/admin/login" for 127.0.0.1 at 2012-12-26 21:25:19 -0800 Processing by ActiveAdmin::Devise::SessionsController#new as HTML DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/devise/shared/_links.erb (1.1ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (121.0ms) Completed 500 Internal Server Error in 236ms ActionView::Template::Error (undefined method `configuration' for ActiveAdmin::Editor:Module (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/config.js.erb)): 9: <%= stylesheet_link_tag style.path, style.options %> 10: <% end %> 11: <% ActiveAdmin.application.javascripts.each do |path| %> 12: <%= javascript_include_tag path %> 13: <% end %> 14: 15: <%= csrf_meta_tag %> /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/config.js.erb:5:in `evaluate_source' tilt (1.3.3) lib/tilt/template.rb:209:in `instance_eval' tilt (1.3.3) lib/tilt/template.rb:209:in `evaluate_source' tilt (1.3.3) lib/tilt/template.rb:144:in `cached_evaluate' tilt (1.3.3) lib/tilt/template.rb:127:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:111:in `block in resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `each' sprockets (2.2.2) lib/sprockets/processed_asset.rb:105:in `resolve_dependencies' sprockets (2.2.2) lib/sprockets/processed_asset.rb:97:in `build_required_assets' sprockets (2.2.2) lib/sprockets/processed_asset.rb:16:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/processed_asset.rb:44:in `block in init_with' sprockets (2.2.2) lib/sprockets/processed_asset.rb:37:in `map' sprockets (2.2.2) lib/sprockets/processed_asset.rb:37:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `collect' actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' activeadmin (0.4.4) app/views/layouts/active_admin_logged_out.html.erb:12:in `block in ___sers_ejholmes__rbenv_versions_______p____lib_ruby_gems_______gems_activeadmin_______app_views_layouts_active_admin_logged_out_html_erb___3830661772854392015_70283207869520' activeadmin (0.4.4) app/views/layouts/active_admin_logged_out.html.erb:11:in `each' activeadmin (0.4.4) app/views/layouts/active_admin_logged_out.html.erb:11:in `___sers_ejholmes__rbenv_versions_______p____lib_ruby_gems_______gems_activeadmin_______app_views_layouts_active_admin_logged_out_html_erb___3830661772854392015_70283207869520' actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:232:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:447:in `_run__412079346198279561__process_action__1574153908503164234__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' actionpack (3.2.9) lib/action_dispatch/routing/mapper.rb:42:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' sass (3.2.4) lib/sass/plugin/rack.rb:54:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__3573050610725566362__call__3108055427734715465__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.9ms) Connecting to database specified by database.yml Started GET "/admin/login" for 127.0.0.1 at 2012-12-26 21:25:48 -0800 Processing by ActiveAdmin::Devise::SessionsController#new as HTML DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/devise/shared/_links.erb (1.2ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (110.1ms) Compiled active_admin/editor/config.js (0ms) (pid 74891) Compiled active_admin/editor.js (21ms) (pid 74891) Compiled active_admin.js (7ms) (pid 74891) Completed 200 OK in 216ms (Views: 201.5ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:25:49 -0800 Served asset /active_admin.css - 304 Not Modified (12ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-12-26 21:25:49 -0800 Served asset /jquery-ui.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-26 21:25:49 -0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/config.js?body=1" for 127.0.0.1 at 2012-12-26 21:25:49 -0800 Served asset /active_admin/editor/config.js - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-26 21:25:49 -0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2012-12-26 21:25:49 -0800 Served asset /wysihtml5.js - 200 OK (4ms) Started GET "/assets/active_admin/editor/parser_rules.js?body=1" for 127.0.0.1 at 2012-12-26 21:25:49 -0800 Served asset /active_admin/editor/parser_rules.js - 200 OK (4ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2012-12-26 21:25:49 -0800 Served asset /active_admin/application.js - 200 OK (2ms) Started GET "/assets/active_admin/editor.js?body=1" for 127.0.0.1 at 2012-12-26 21:25:49 -0800 Served asset /active_admin/editor.js - 200 OK (7ms) Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2012-12-26 21:25:49 -0800 Served asset /active_admin/base.js - 200 OK (9ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2012-12-26 21:25:49 -0800 Served asset /active_admin.js - 200 OK (10ms) Started POST "/admin/login" for 127.0.0.1 at 2012-12-26 21:25:56 -0800 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oIBLV8EolSnO1haqCo/pofB5kHMl1wLO21Bnu+IeMbo=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (8.9ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1  (0.1ms) begin transaction  (2.2ms) UPDATE "admin_users" SET "last_sign_in_at" = '2012-12-24 20:21:02.222582', "current_sign_in_at" = '2012-12-27 05:25:56.488648', "sign_in_count" = 3, "updated_at" = '2012-12-27 05:25:56.491371' WHERE "admin_users"."id" = 1  (4.1ms) commit transaction Redirected to http://localhost:3000/admin Completed 302 Found in 138ms (ActiveRecord: 0.0ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 21:25:56 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (20.6ms) Completed 200 OK in 45ms (Views: 42.8ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:25:56 -0800 Served asset /active_admin.js - 200 OK (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:25:56 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-26 21:25:58 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (174.2ms) Completed 200 OK in 186ms (Views: 177.2ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:25:58 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-26 21:25:58 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (2ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-26 21:25:58 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (2ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:26:00 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (31.3ms) Completed 200 OK in 38ms (Views: 33.9ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:26:00 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:26:40 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.1ms) Completed 200 OK in 28ms (Views: 25.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:26:40 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:26:40 -0800 Compiled active_admin/editor.js (10ms) (pid 74891) Compiled active_admin.js (5ms) (pid 74891) Served asset /active_admin.js - 200 OK (83ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:26:40 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (5ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:29:18 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1561ms) (pid 75001) Page Load (5.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1744.1ms) Completed 200 OK in 1791ms (Views: 1755.2ms | ActiveRecord: 6.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:29:20 -0800 Served asset /active_admin.css - 200 OK (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:29:20 -0800 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:29:20 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (5ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:29:53 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1424ms) (pid 75001) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1489.4ms) Completed 200 OK in 1494ms (Views: 1491.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:29:55 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:29:55 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:29:55 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:30:43 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (44.7ms) Completed 200 OK in 49ms (Views: 47.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:30:44 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:30:44 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:30:44 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:32:32 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (121.2ms) Completed 200 OK in 164ms (Views: 132.0ms | ActiveRecord: 5.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:32:33 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:32:33 -0800 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:32:33 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:33:24 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.8ms) Completed 200 OK in 63ms (Views: 28.6ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:33:24 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:33:24 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:33:24 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:39:20 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1399ms) (pid 75051) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1490.2ms) Completed 200 OK in 1526ms (Views: 1492.8ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:39:22 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:39:22 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:39:22 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:39:39 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1461ms) (pid 75051) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1552.8ms) Completed 200 OK in 1557ms (Views: 1555.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:39:41 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:39:41 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:39:41 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:39:52 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.6ms) Completed 200 OK in 62ms (Views: 28.5ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:39:52 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:39:52 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:39:52 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:40:37 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (26.9ms) Completed 200 OK in 65ms (Views: 29.8ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:40:37 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:40:37 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:40:37 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:41:08 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (50.7ms) Completed 200 OK in 89ms (Views: 53.5ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:41:08 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:41:08 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:41:08 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:41:37 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1449ms) (pid 75051) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1536.9ms) Completed 200 OK in 1542ms (Views: 1539.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:41:39 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:41:39 -0800 Served asset /active_admin.css - 200 OK (13ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:41:39 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:42:05 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1442ms) (pid 75051) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1548.1ms) Completed 200 OK in 1552ms (Views: 1550.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:42:07 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:42:07 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:42:07 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:42:50 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1438ms) (pid 75051) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1548.9ms) Completed 200 OK in 1553ms (Views: 1551.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:42:51 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:42:51 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:42:52 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:43:08 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1436ms) (pid 75051) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1475.0ms) Completed 200 OK in 1480ms (Views: 1477.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:43:10 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:43:10 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:43:10 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:43:49 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.6ms) Completed 200 OK in 63ms (Views: 28.2ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:43:50 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:43:50 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:43:50 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:44:39 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1471ms) (pid 75051) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1562.6ms) Completed 200 OK in 1567ms (Views: 1564.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:44:40 -0800 Served asset /active_admin.css - 200 OK (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:44:40 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:44:41 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:45:17 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1453ms) (pid 75051) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1534.6ms) Completed 200 OK in 1540ms (Views: 1536.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:45:19 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:45:19 -0800 Served asset /active_admin.css - 200 OK (10ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:45:19 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:45:51 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1505ms) (pid 75051) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1544.5ms) Completed 200 OK in 1549ms (Views: 1546.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:45:52 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:45:52 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:45:52 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:46:01 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1473ms) (pid 75051) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1559.0ms) Completed 200 OK in 1563ms (Views: 1561.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:46:03 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:46:03 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:46:03 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:48:00 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1425ms) (pid 75051) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1565.9ms) Completed 200 OK in 1603ms (Views: 1568.6ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:48:02 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:48:02 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:48:02 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:49:57 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1437ms) (pid 75239) Page Load (4.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1806.8ms) Completed 200 OK in 1852ms (Views: 1817.3ms | ActiveRecord: 5.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:49:59 -0800 Served asset /active_admin.css - 200 OK (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:49:59 -0800 Served asset /active_admin.js - 304 Not Modified (35ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:50:00 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:50:17 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1442ms) (pid 75239) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1534.9ms) Completed 200 OK in 1540ms (Views: 1537.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:50:19 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:50:19 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:50:19 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:51:34 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1403ms) (pid 75239) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1488.6ms) Completed 200 OK in 1494ms (Views: 1491.4ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:51:36 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:51:36 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:51:36 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:54:27 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1431ms) (pid 75239) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1520.7ms) Completed 200 OK in 1525ms (Views: 1522.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:54:28 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:54:28 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:54:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:55:42 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1403ms) (pid 75239) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1491.9ms) Completed 200 OK in 1496ms (Views: 1494.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:55:44 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:55:44 -0800 Served asset /active_admin.css - 200 OK (13ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:55:44 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:55:58 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1425ms) (pid 75239) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1530.6ms) Completed 200 OK in 1535ms (Views: 1533.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:56:00 -0800 Served asset /active_admin.css - 200 OK (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:56:00 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:56:00 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:56:25 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1398ms) (pid 75239) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1509.4ms) Completed 200 OK in 1514ms (Views: 1511.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:56:27 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:56:27 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:56:27 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:57:04 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1432ms) (pid 75239) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1517.2ms) Completed 200 OK in 1522ms (Views: 1519.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:57:05 -0800 Served asset /active_admin.css - 200 OK (35ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:57:06 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:57:06 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 21:57:35 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.3ms) Completed 200 OK in 63ms (Views: 28.1ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 21:57:35 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 21:57:35 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 21:57:35 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-12-26 22:00:00 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (238.0ms) Completed 200 OK in 282ms (Views: 252.1ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:00:00 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:00:00 -0800 Served asset /active_admin.js - 304 Not Modified (19ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-26 22:00:01 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (2ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-26 22:00:01 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (18ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-26 22:00:01 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (2ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:00:02 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (92.6ms) Completed 200 OK in 98ms (Views: 90.6ms | ActiveRecord: 4.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:00:02 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:00:02 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:00:02 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:01:18 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1381ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1472.2ms) Completed 200 OK in 1477ms (Views: 1474.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:01:20 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:01:20 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:01:20 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:02:20 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.6ms) Completed 200 OK in 27ms (Views: 25.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:02:20 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:02:20 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:02:20 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:03:49 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1447ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1534.0ms) Completed 200 OK in 1538ms (Views: 1536.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:03:51 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:03:51 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:03:51 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:04:07 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1412ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1496.6ms) Completed 200 OK in 1501ms (Views: 1499.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:04:08 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:04:08 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:04:09 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:04:16 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1443ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1525.0ms) Completed 200 OK in 1529ms (Views: 1527.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:04:17 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:04:17 -0800 Served asset /active_admin.css - 200 OK (13ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:04:18 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:05:20 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1427ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1533.6ms) Completed 200 OK in 1538ms (Views: 1536.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:05:21 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:05:21 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:05:22 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:06:15 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.0ms) Completed 200 OK in 27ms (Views: 24.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:06:15 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:06:15 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:06:15 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:07:39 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1421ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1560.4ms) Completed 200 OK in 1565ms (Views: 1562.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:07:40 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:07:40 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:07:41 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:08:02 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1414ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1495.7ms) Completed 200 OK in 1500ms (Views: 1498.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:08:03 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:08:03 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:08:04 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:08:32 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1418ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1525.4ms) Completed 200 OK in 1530ms (Views: 1527.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:08:33 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:08:33 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:08:33 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:09:12 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.1ms) Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:09:12 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:09:12 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:09:12 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:09:24 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1422ms) (pid 75378) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1510.4ms) Completed 200 OK in 1515ms (Views: 1512.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:09:25 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:09:25 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:09:25 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:09:36 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1403ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1571.9ms) Completed 200 OK in 1576ms (Views: 1574.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:09:37 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:09:37 -0800 Served asset /active_admin.css - 200 OK (10ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:09:38 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:10:56 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.6ms) Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:10:56 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:10:56 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:10:56 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:11:06 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1363ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1465.8ms) Completed 200 OK in 1470ms (Views: 1468.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:11:08 -0800 Served asset /active_admin.css - 200 OK (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:11:08 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:11:08 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:11:23 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1428ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1514.6ms) Completed 200 OK in 1519ms (Views: 1517.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:11:24 -0800 Served asset /active_admin.css - 200 OK (34ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:11:24 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:11:24 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:12:08 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1397ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1480.1ms) Completed 200 OK in 1485ms (Views: 1482.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:12:09 -0800 Served asset /active_admin.css - 200 OK (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:12:09 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:12:10 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:12:31 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.2ms) Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:12:31 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:12:31 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:12:31 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:13:35 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1419ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1506.6ms) Completed 200 OK in 1511ms (Views: 1508.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:13:37 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:13:37 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:13:37 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:13:49 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.8ms) Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:13:49 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:13:49 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:13:49 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:14:21 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1469ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1559.7ms) Completed 200 OK in 1564ms (Views: 1562.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:14:23 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:14:23 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:14:23 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:14:41 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1425ms) (pid 75378) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1513.7ms) Completed 200 OK in 1518ms (Views: 1516.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:14:43 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:14:43 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:14:43 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:14:52 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.8ms) Completed 200 OK in 26ms (Views: 24.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:14:52 -0800 Served asset /active_admin.css - 304 Not Modified (6ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:14:52 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:14:52 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:15:37 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1425ms) (pid 75542) Page Load (4.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1686.7ms) Completed 200 OK in 1730ms (Views: 1697.1ms | ActiveRecord: 5.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:15:38 -0800 Served asset /active_admin.js - 304 Not Modified (36ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:15:38 -0800 Served asset /active_admin.css - 200 OK (7ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:15:38 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (5ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:17:20 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (120.5ms) Completed 200 OK in 164ms (Views: 131.6ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:17:20 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:17:20 -0800 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:17:20 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 22:17:22 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (13.1ms) Completed 200 OK in 78ms (Views: 75.5ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:17:22 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:17:22 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-26 22:17:23 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.2ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (141.0ms) Completed 200 OK in 152ms (Views: 143.1ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:17:23 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:17:23 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-26 22:17:23 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (4ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-26 22:17:23 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (2ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-26 22:17:23 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (2ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:17:25 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.5ms) Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:17:25 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:17:25 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:17:25 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin" for 127.0.0.1 at 2012-12-26 22:20:17 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (20.0ms) Completed 200 OK in 81ms (Views: 35.2ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:20:17 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:20:17 -0800 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-26 22:20:17 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (121.7ms) Completed 200 OK in 133ms (Views: 123.9ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:20:18 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:20:18 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:20:19 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (39.2ms) Completed 200 OK in 45ms (Views: 37.4ms | ActiveRecord: 4.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:20:20 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:20:20 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:20:20 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:29:32 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (123.5ms) Completed 200 OK in 167ms (Views: 134.3ms | ActiveRecord: 5.5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:29:33 -0800 Compiled active_admin/editor/config.js (1ms) (pid 75886) Compiled active_admin/editor.js (11ms) (pid 75886) Compiled active_admin.js (4ms) (pid 75886) Served asset /active_admin.js - 200 OK (101ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:29:33 -0800 Served asset /active_admin.css - 304 Not Modified (9ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:29:33 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:53:31 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (3.9ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (98.1ms) Completed 200 OK in 142ms (Views: 109.0ms | ActiveRecord: 5.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:53:31 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:53:31 -0800 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:53:32 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (5ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 22:53:36 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (11.5ms) Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:53:37 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:53:37 -0800 Served asset /active_admin.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-26 22:53:45 -0800 Served asset /active_admin/editor/config.js - 200 OK (6ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-26 22:53:47 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-26 22:55:01 -0800 Compiled active_admin/editor/config.js (0ms) (pid 76117) Served asset /active_admin/editor/config.js - 200 OK (52ms) Started GET "/" for 127.0.0.1 at 2012-12-26 22:55:42 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (209.0ms) Completed 200 OK in 252ms (Views: 223.1ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:55:42 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 22:55:43 -0800 Compiled active_admin/editor.js (13ms) (pid 76117) Compiled active_admin.js (6ms) (pid 76117) Served asset /active_admin.js - 200 OK (107ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 22:55:48 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (5.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (35.4ms) Completed 200 OK in 41ms (Views: 32.8ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 22:55:48 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 22:55:48 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-26 22:56:10 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-26 22:56:38 -0800 Error compiling asset active_admin/editor/config.js: TypeError: can't convert Hash into String (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/config.js.erb) Served asset /active_admin/editor/config.js - 500 Internal Server Error Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-26 22:57:01 -0800 Error compiling asset active_admin/editor/config.js: TypeError: can't convert Hash into String (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/config.js.erb) Served asset /active_admin/editor/config.js - 500 Internal Server Error Connecting to database specified by database.yml Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-26 22:57:14 -0800 Compiled active_admin/editor/config.js (1ms) (pid 76158) Served asset /active_admin/editor/config.js - 200 OK (87ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-26 22:57:40 -0800 Error compiling asset active_admin/editor/config.js: ArgumentError: invalid byte sequence in US-ASCII (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/config.js.erb) Served asset /active_admin/editor/config.js - 500 Internal Server Error Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-26 22:58:45 -0800 Error compiling asset active_admin/editor/config.js: ArgumentError: invalid byte sequence in US-ASCII (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/config.js.erb) Served asset /active_admin/editor/config.js - 500 Internal Server Error 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 "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-26 23:02:10 -0800 Compiled active_admin/editor/config.js (1ms) (pid 76552) Served asset /active_admin/editor/config.js - 200 OK (61ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 23:04:29 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (20.8ms) Completed 200 OK in 85ms (Views: 36.8ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:04:29 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:04:29 -0800 Compiled active_admin/editor.js (9ms) (pid 76552) Compiled active_admin.js (25ms) (pid 76552) Served asset /active_admin.js - 200 OK (74ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-26 23:04:31 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (176.3ms) Completed 200 OK in 188ms (Views: 178.8ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:04:31 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-26 23:04:31 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (2ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-26 23:04:31 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (3ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-26 23:04:31 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (2ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:04:34 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (34.2ms) Completed 200 OK in 40ms (Views: 32.4ms | ActiveRecord: 4.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:04:34 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:04:34 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/admin" for 127.0.0.1 at 2012-12-26 23:04:40 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (9.6ms) Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:04:40 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:04:40 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-26 23:04:41 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-26 23:04:42 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-12-26 23:07:06 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (62.4ms) Completed 200 OK in 67ms (Views: 64.4ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:07:06 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:07:06 -0800 Compiled active_admin/editor.js (11ms) (pid 76552) Compiled active_admin.js (6ms) (pid 76552) Served asset /active_admin.js - 200 OK (87ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-26 23:07:06 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (0ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-26 23:07:06 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (0ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-26 23:07:06 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:07:08 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.5ms) Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:07:08 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:07:08 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:07:08 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:07:09 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.5ms) Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:07:09 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:07:09 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:07:09 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:08:40 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (29.3ms) Completed 200 OK in 68ms (Views: 32.3ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:08:40 -0800 Served asset /active_admin.css - 304 Not Modified (24ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:08:40 -0800 Compiled active_admin/editor.js (11ms) (pid 76552) Compiled active_admin.js (5ms) (pid 76552) Served asset /active_admin.js - 200 OK (94ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:08:41 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:08:58 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.7ms) Completed 200 OK in 58ms (Views: 26.4ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:08:58 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:08:58 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:08:58 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:09:28 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.4ms) Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:09:28 -0800 Compiled active_admin/editor.js (9ms) (pid 76552) Compiled active_admin.js (4ms) (pid 76552) Served asset /active_admin.js - 200 OK (71ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:09:28 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:09:28 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:10:39 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.6ms) Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:10:40 -0800 Compiled active_admin/editor.js (8ms) (pid 76552) Compiled active_admin.js (27ms) (pid 76552) Served asset /active_admin.js - 200 OK (72ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:10:40 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:10:40 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:10:59 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.1ms) Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:10:59 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:10:59 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:10:59 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:14:02 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.2ms) Completed 200 OK in 28ms (Views: 25.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:14:02 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:14:02 -0800 Compiled active_admin/editor.js (11ms) (pid 76552) Compiled active_admin.js (6ms) (pid 76552) Served asset /active_admin.js - 200 OK (95ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:14:02 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:15:40 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (19.6ms) Completed 200 OK in 24ms (Views: 21.9ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:15:41 -0800 Compiled active_admin/editor.js (9ms) (pid 76552) Compiled active_admin.js (4ms) (pid 76552) Served asset /active_admin.js - 200 OK (76ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:15:41 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:15:41 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:17:08 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.1ms) Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:17:08 -0800 Compiled active_admin/editor.js (9ms) (pid 76552) Compiled active_admin.js (4ms) (pid 76552) Served asset /active_admin.js - 200 OK (81ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:17:08 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:17:08 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:17:27 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (19.8ms) Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:17:27 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:17:27 -0800 Compiled active_admin/editor.js (9ms) (pid 76552) Compiled active_admin.js (4ms) (pid 76552) Served asset /active_admin.js - 200 OK (78ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:17:27 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:18:03 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (42.2ms) Completed 200 OK in 46ms (Views: 44.5ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:18:03 -0800 Compiled active_admin/editor.js (8ms) (pid 76552) Compiled active_admin.js (4ms) (pid 76552) Served asset /active_admin.js - 200 OK (125ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:18:03 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:18:03 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:20:34 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.9ms) Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:20:34 -0800 Compiled active_admin/editor.js (9ms) (pid 76552) Compiled active_admin.js (4ms) (pid 76552) Served asset /active_admin.js - 200 OK (39ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:20:34 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:20:34 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:21:04 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.8ms) Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:21:04 -0800 Compiled active_admin/editor.js (9ms) (pid 76552) Compiled active_admin.js (4ms) (pid 76552) Served asset /active_admin.js - 200 OK (78ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:21:04 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:21:05 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:23:07 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.5ms) Completed 200 OK in 28ms (Views: 25.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:23:07 -0800 Compiled active_admin/editor.js (31ms) (pid 76552) Compiled active_admin.js (5ms) (pid 76552) Served asset /active_admin.js - 200 OK (121ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:23:07 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:23:08 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:24:33 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.7ms) Completed 200 OK in 25ms (Views: 23.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:24:34 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:24:34 -0800 Compiled active_admin/editor.js (9ms) (pid 76552) Compiled active_admin.js (4ms) (pid 76552) Served asset /active_admin.js - 200 OK (77ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:24:34 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:26:01 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.3ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.1ms) Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:26:01 -0800 Compiled active_admin/editor.js (8ms) (pid 76552) Compiled active_admin.js (4ms) (pid 76552) Served asset /active_admin.js - 200 OK (86ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:26:01 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:26:01 -0800 Served asset /active_admin/editor/wysiwyg.css - 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/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:35:04 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (63.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (183.2ms) Completed 200 OK in 232ms (Views: 136.3ms | ActiveRecord: 64.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:35:05 -0800 Served asset /active_admin.css - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:35:05 -0800 Compiled active_admin/editor.js (11ms) (pid 76858) Compiled active_admin.js (6ms) (pid 76858) Served asset /active_admin.js - 200 OK (50ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:35:05 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-26 23:35:44 -0800 Served asset /active_admin/editor.js - 200 OK (73ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-26 23:42:34 -0800 Compiled active_admin/editor.js (9ms) (pid 76858) Served asset /active_admin/editor.js - 200 OK (75ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:42:48 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.5ms) Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:42:48 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:42:48 -0800 Compiled active_admin.js (6ms) (pid 76858) Served asset /active_admin.js - 200 OK (77ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:42:49 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:43:52 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.0ms) Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:43:53 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:43:53 -0800 Compiled active_admin/editor.js (9ms) (pid 76858) Compiled active_admin.js (4ms) (pid 76858) Served asset /active_admin.js - 200 OK (81ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:43:53 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:45:54 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (120.0ms) Completed 200 OK in 164ms (Views: 130.9ms | ActiveRecord: 5.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:45:55 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:45:55 -0800 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:45:55 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (6ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:48:14 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (24.9ms) Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:48:14 -0800 Compiled active_admin/editor.js (10ms) (pid 76976) Compiled active_admin.js (6ms) (pid 76976) Served asset /active_admin.js - 200 OK (104ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:48:14 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:48:14 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:50:59 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (3.9ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (121.2ms) Completed 200 OK in 164ms (Views: 131.5ms | ActiveRecord: 4.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:50:59 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:50:59 -0800 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:50:59 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (6ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:51:43 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (97.9ms) Completed 200 OK in 142ms (Views: 108.4ms | ActiveRecord: 5.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:51:44 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:51:44 -0800 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:51:44 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-26 23:56:42 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (121.9ms) Completed 200 OK in 165ms (Views: 132.5ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-26 23:56:42 -0800 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-26 23:56:42 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-26 23:56:42 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (5ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:02:28 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (3.8ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (122.5ms) Completed 200 OK in 166ms (Views: 134.0ms | ActiveRecord: 4.9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:02:29 -0800 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:02:29 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:02:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (5ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:03:16 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.7ms) Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:03:16 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:03:16 -0800 Compiled active_admin/editor.js (12ms) (pid 77278) Compiled active_admin.js (5ms) (pid 77278) Served asset /active_admin.js - 200 OK (103ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:03:17 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:03:56 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.8ms) Completed 200 OK in 25ms (Views: 23.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:03:56 -0800 Compiled active_admin/editor/config.js (1ms) (pid 77278) Compiled active_admin/editor.js (9ms) (pid 77278) Compiled active_admin.js (4ms) (pid 77278) Served asset /active_admin.js - 200 OK (150ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:03:56 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:04:11 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.4ms) Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:04:11 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:04:11 -0800 Compiled active_admin/editor/config.js (1ms) (pid 77278) Compiled active_admin/editor.js (9ms) (pid 77278) Compiled active_admin.js (5ms) (pid 77278) Served asset /active_admin.js - 200 OK (44ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:04:11 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-12-27 00:04:44 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (9.6ms) Completed 200 OK in 27ms (Views: 24.3ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:04:44 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:04:44 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 00:04:46 -0800 Served asset /active_admin/editor/config.js - 200 OK (41ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 00:04:47 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 00:05:10 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 00:05:19 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (5ms) Connecting to database specified by database.yml Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 00:05:33 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 00:05:36 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 00:06:31 -0800 Served asset /active_admin/editor/config.js - 200 OK (5ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 00:06:32 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 00:06:58 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (5ms) Connecting to database specified by database.yml Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 00:07:13 -0800 Compiled active_admin/editor/config.js (1ms) (pid 77480) Served asset /active_admin/editor/config.js - 200 OK (56ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:07:17 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (2113ms) (pid 77480) Page Load (4.8ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (2250.1ms) Completed 200 OK in 2299ms (Views: 2263.0ms | ActiveRecord: 5.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:07:20 -0800 Served asset /active_admin.css - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:07:20 -0800 Compiled jquery.js (2ms) (pid 77480) Compiled jquery-ui.js (6ms) (pid 77480) Compiled jquery_ujs.js (0ms) (pid 77480) Compiled active_admin/application.js (0ms) (pid 77480) Compiled active_admin/base.js (60ms) (pid 77480) Compiled wysihtml5.js (2ms) (pid 77480) Compiled active_admin/editor/parser_rules.js (0ms) (pid 77480) Compiled active_admin/editor.js (25ms) (pid 77480) Compiled active_admin.js (103ms) (pid 77480) Served asset /active_admin.js - 200 OK (179ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:07:20 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 77480) Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (10ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 00:08:01 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 00:08:02 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 00:08:12 -0800 Compiled active_admin/editor/config.js (1ms) (pid 77516) Served asset /active_admin/editor/config.js - 200 OK (12ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:08:17 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (2045ms) (pid 77516) Page Load (4.9ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (2202.0ms) Completed 200 OK in 2247ms (Views: 2211.8ms | ActiveRecord: 5.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:08:19 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:08:19 -0800 Compiled jquery.js (2ms) (pid 77516) Compiled jquery-ui.js (6ms) (pid 77516) Compiled jquery_ujs.js (0ms) (pid 77516) Compiled active_admin/application.js (0ms) (pid 77516) Compiled active_admin/base.js (42ms) (pid 77516) Compiled wysihtml5.js (2ms) (pid 77516) Compiled active_admin/editor/parser_rules.js (0ms) (pid 77516) Compiled active_admin/editor.js (32ms) (pid 77516) Compiled active_admin.js (92ms) (pid 77516) Served asset /active_admin.js - 200 OK (110ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:08:20 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 77516) Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (16ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:08:21 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.6ms) Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:08:21 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:08:21 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:08:21 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:08:32 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.5ms) Completed 200 OK in 25ms (Views: 23.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:08:32 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:08:32 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:08:32 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:09:09 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1967ms) (pid 77553) Page Load (4.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (2157.9ms) Completed 200 OK in 2203ms (Views: 2169.3ms | ActiveRecord: 5.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:09:12 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:09:12 -0800 Compiled jquery.js (2ms) (pid 77553) Compiled jquery-ui.js (6ms) (pid 77553) Compiled jquery_ujs.js (0ms) (pid 77553) Compiled active_admin/application.js (0ms) (pid 77553) Compiled active_admin/base.js (46ms) (pid 77553) Compiled wysihtml5.js (3ms) (pid 77553) Compiled active_admin/editor/config.js (1ms) (pid 77553) Compiled active_admin/editor/parser_rules.js (0ms) (pid 77553) Compiled active_admin/editor.js (42ms) (pid 77553) Compiled active_admin.js (106ms) (pid 77553) Served asset /active_admin.js - 200 OK (176ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:09:12 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 77553) Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (11ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:10:23 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.5ms) Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:10:23 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:10:23 -0800 Compiled active_admin/editor.js (10ms) (pid 77553) Compiled active_admin.js (5ms) (pid 77553) Served asset /active_admin.js - 200 OK (77ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:10:24 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:10:47 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.5ms) Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:10:47 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:10:47 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:10:47 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:12:06 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.1ms) Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:12:06 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:12:06 -0800 Compiled active_admin/editor.js (9ms) (pid 77553) Compiled active_admin.js (4ms) (pid 77553) Served asset /active_admin.js - 200 OK (78ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:12:07 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:12:41 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.4ms) Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:12:42 -0800 Compiled active_admin/editor.js (10ms) (pid 77553) Compiled active_admin.js (5ms) (pid 77553) Served asset /active_admin.js - 200 OK (100ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:12:42 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:12:42 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:14:49 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.8ms) Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:14:49 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:14:49 -0800 Compiled active_admin/editor.js (9ms) (pid 77553) Compiled active_admin.js (5ms) (pid 77553) Served asset /active_admin.js - 200 OK (51ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:14:49 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:17:29 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.1ms) Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:17:29 -0800 Compiled active_admin/editor.js (9ms) (pid 77553) Compiled active_admin.js (4ms) (pid 77553) Served asset /active_admin.js - 200 OK (78ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:17:29 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:17:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:21:44 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.7ms) Completed 200 OK in 29ms (Views: 26.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:21:44 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:21:44 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:21:44 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:23:47 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (26.0ms) Completed 200 OK in 84ms (Views: 28.7ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:23:48 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:23:48 -0800 Compiled active_admin/editor.js (11ms) (pid 77553) Compiled active_admin.js (6ms) (pid 77553) Served asset /active_admin.js - 200 OK (47ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:23:48 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:24:04 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (73.2ms) Completed 200 OK in 78ms (Views: 75.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:24:04 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:24:04 -0800 Compiled active_admin/editor.js (9ms) (pid 77553) Compiled active_admin.js (5ms) (pid 77553) Served asset /active_admin.js - 200 OK (79ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:24:04 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:29:24 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (3.7ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (190.6ms) Completed 200 OK in 234ms (Views: 201.7ms | ActiveRecord: 5.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:29:24 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:29:24 -0800 Compiled active_admin/editor.js (11ms) (pid 77778) Compiled active_admin.js (7ms) (pid 77778) Served asset /active_admin.js - 200 OK (48ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:29:24 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (17ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:30:11 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (19.3ms) Completed 200 OK in 24ms (Views: 21.6ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:30:11 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:30:11 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:30:11 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:30:40 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.1ms) Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:30:40 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:30:40 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:30:41 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:31:02 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.6ms) Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:31:02 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:31:02 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:31:02 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:31:21 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.6ms) Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:31:21 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:31:21 -0800 Compiled active_admin/editor.js (9ms) (pid 77778) Compiled active_admin.js (4ms) (pid 77778) Served asset /active_admin.js - 200 OK (76ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:31:46 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1486ms) (pid 77778) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1522.7ms) Completed 200 OK in 1527ms (Views: 1525.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:31:47 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:31:47 -0800 Compiled active_admin/editor.js (9ms) (pid 77778) Compiled active_admin.js (4ms) (pid 77778) Served asset /active_admin.js - 200 OK (40ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:31:47 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:31:56 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1368ms) (pid 77778) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1452.6ms) Completed 200 OK in 1457ms (Views: 1454.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:31:58 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:31:58 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:31:58 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:32:11 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.0ms) Completed 200 OK in 59ms (Views: 28.0ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:32:11 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:32:11 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:32:17 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.6ms) Completed 200 OK in 57ms (Views: 26.4ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:32:17 -0800 Served asset /active_admin.css - 304 Not Modified (24ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:32:17 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:32:17 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:34:28 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (27.0ms) Completed 200 OK in 63ms (Views: 29.8ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:34:28 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:34:28 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:34:28 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:34:39 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.6ms) Completed 200 OK in 63ms (Views: 28.4ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:34:39 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:34:39 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:34:39 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:35:02 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.3ms) Completed 200 OK in 61ms (Views: 28.1ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:35:02 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:35:02 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:35:02 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:35:14 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.6ms) Completed 200 OK in 62ms (Views: 28.4ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:35:14 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:35:14 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:35:14 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:35:25 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (27.2ms) Completed 200 OK in 65ms (Views: 30.0ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:35:25 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:35:25 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:35:25 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:36:10 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.4ms) Completed 200 OK in 57ms (Views: 26.0ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:36:11 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:36:11 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:36:11 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-27 00:36:14 -0800 Processing by Admin::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oIBLV8EolSnO1haqCo/pofB5kHMl1wLO21Bnu+IeMbo=", "page"=>{"title"=>"Test", "content"=>"

Lorem Ipsm

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel erat faucibus quam consectetur venenatis. In euismod faucibus risus. Curabitur id dolor vitae sem elementum porttitor eget vel ligula. Fusce tincidunt tellus a dolor volutpat vitae iaculis purus dignissim. In hac habitasse platea dictumst. Maecenas quis risus lacus, id dictum neque. Vestibulum sit amet lectus arcu.

Fusce vehicula sodales lectus a aliquet. Duis ut enim sit amet nibh bibendum laoreet. Etiam nunc tellus, rutrum eu vulputate sit amet, cursus malesuada lorem. Praesent pellentesque eros in dui congue vehicula. Vestibulum est nibh, imperdiet id malesuada sed, rutrum vitae magna. Praesent vitae odio magna. Duis sollicitudin consectetur quam nec elementum. Ut rhoncus urna ac dui aliquet mollis. Ut vitae aliquam magna. Praesent enim nisl, ultrices quis ornare at, sodales sit amet massa. Nam nibh justo, volutpat quis mollis at, cursus ac sapien. Pellentesque condimentum convallis lorem, eu auctor arcu ornare vitae.

Etiam eu lacus sit amet justo facilisis suscipit a dictum ipsum.

Mauris pellentesque laoreet mauris ut lacinia. Curabitur a lectus id massa auctor facilisis in et leo. Phasellus a ipsum ipsum, in ultricies turpis. Etiam eu massa ut orci cursus pharetra in sit amet massa. In at nulla felis. Aenean non nibh est. Ut ante elit, lacinia non imperdiet non, imperdiet quis metus. Duis sit amet lectus ipsum, vitae tincidunt sem. Etiam ac diam at nulla sollicitudin molestie eget sit amet diam.

"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Page", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/admin/pages/1 Completed 302 Found in 17ms (ActiveRecord: 0.0ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-27 00:36:14 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/show.html.arb (49.3ms) Completed 200 OK in 66ms (Views: 62.5ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:36:15 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:36:15 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:36:17 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.1ms) Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:36:17 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:36:17 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:36:17 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:36:36 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.5ms) Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:36:36 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:36:36 -0800 Served asset /active_admin.css - 304 Not Modified (27ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:36:36 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-27 00:37:15 -0800 Processing by Admin::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oIBLV8EolSnO1haqCo/pofB5kHMl1wLO21Bnu+IeMbo=", "page"=>{"title"=>"Test", "content"=>"

\"\"Lorem Ipsm

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel erat faucibus quam consectetur venenatis. In euismod faucibus risus. Curabitur id dolor vitae sem elementum porttitor eget vel ligula. Fusce tincidunt tellus a dolor volutpat vitae iaculis purus dignissim. In hac habitasse platea dictumst. Maecenas quis risus lacus, id dictum neque. Vestibulum sit amet lectus arcu.

Fusce vehicula sodales lectus a aliquet. Duis ut enim sit amet nibh bibendum laoreet. Etiam nunc tellus, rutrum eu vulputate sit amet, cursus malesuada lorem. Praesent pellentesque eros in dui congue vehicula. Vestibulum est nibh, imperdiet id malesuada sed, rutrum vitae magna. Praesent vitae odio magna. Duis sollicitudin consectetur quam nec elementum. Ut rhoncus urna ac dui aliquet mollis. Ut vitae aliquam magna. Praesent enim nisl, ultrices quis ornare at, sodales sit amet massa. Nam nibh justo, volutpat quis mollis at, cursus ac sapien. Pellentesque condimentum convallis lorem, eu auctor arcu ornare vitae.

Etiam eu lacus sit amet justo facilisis suscipit a dictum ipsum.

Mauris pellentesque laoreet mauris ut lacinia. Curabitur a lectus id massa auctor facilisis in et leo. Phasellus a ipsum ipsum, in ultricies turpis. Etiam eu massa ut orci cursus pharetra in sit amet massa. In at nulla felis. Aenean non nibh est. Ut ante elit, lacinia non imperdiet non, imperdiet quis metus. Duis sit amet lectus ipsum, vitae tincidunt sem. Etiam ac diam at nulla sollicitudin molestie eget sit amet diam.

"}, "file"=>"logo3w.png", "_wysihtml5_mode"=>"1", "commit"=>"Update Page", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.3ms) UPDATE "pages" SET "content" = '

Lorem Ipsm

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel erat faucibus quam consectetur venenatis. In euismod faucibus risus. Curabitur id dolor vitae sem elementum porttitor eget vel ligula. Fusce tincidunt tellus a dolor volutpat vitae iaculis purus dignissim. In hac habitasse platea dictumst. Maecenas quis risus lacus, id dictum neque. Vestibulum sit amet lectus arcu.

Fusce vehicula sodales lectus a aliquet. Duis ut enim sit amet nibh bibendum laoreet. Etiam nunc tellus, rutrum eu vulputate sit amet, cursus malesuada lorem. Praesent pellentesque eros in dui congue vehicula. Vestibulum est nibh, imperdiet id malesuada sed, rutrum vitae magna. Praesent vitae odio magna. Duis sollicitudin consectetur quam nec elementum. Ut rhoncus urna ac dui aliquet mollis. Ut vitae aliquam magna. Praesent enim nisl, ultrices quis ornare at, sodales sit amet massa. Nam nibh justo, volutpat quis mollis at, cursus ac sapien. Pellentesque condimentum convallis lorem, eu auctor arcu ornare vitae.

Etiam eu lacus sit amet justo facilisis suscipit a dictum ipsum.

Mauris pellentesque laoreet mauris ut lacinia. Curabitur a lectus id massa auctor facilisis in et leo. Phasellus a ipsum ipsum, in ultricies turpis. Etiam eu massa ut orci cursus pharetra in sit amet massa. In at nulla felis. Aenean non nibh est. Ut ante elit, lacinia non imperdiet non, imperdiet quis metus. Duis sit amet lectus ipsum, vitae tincidunt sem. Etiam ac diam at nulla sollicitudin molestie eget sit amet diam.

', "updated_at" = '2012-12-27 08:37:15.699441' WHERE "pages"."id" = 1  (56.9ms) commit transaction Redirected to http://localhost:3000/admin/pages/1 Completed 302 Found in 69ms (ActiveRecord: 0.0ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-27 00:37:15 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/show.html.arb (25.1ms) Completed 200 OK in 30ms (Views: 27.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:37:15 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:37:15 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:37:18 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.1ms) Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:37:18 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:37:18 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:37:19 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:37:54 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.1ms) Completed 200 OK in 28ms (Views: 25.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:37:54 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:37:54 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:37:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:38:06 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.1ms) Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:38:06 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:38:06 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:38:06 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-12-27 00:38:34 -0800 Processing by Admin::PagesController#index as HTML Completed 401 Unauthorized in 2ms Started GET "/admin/login" for 127.0.0.1 at 2012-12-27 00:38:34 -0800 Processing by ActiveAdmin::Devise::SessionsController#new as HTML DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/devise/shared/_links.erb (1.1ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (76.5ms) Completed 200 OK in 106ms (Views: 105.4ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:38:34 -0800 Served asset /active_admin.css - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-27 00:38:34 -0800 Served asset /jquery.js - 200 OK (8ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2012-12-27 00:38:34 -0800 Served asset /active_admin/application.js - 200 OK (2ms) Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2012-12-27 00:38:34 -0800 Served asset /active_admin/base.js - 200 OK (12ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-12-27 00:38:34 -0800 Served asset /jquery-ui.js - 200 OK (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-27 00:38:34 -0800 Served asset /jquery_ujs.js - 200 OK (2ms) Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2012-12-27 00:38:34 -0800 Served asset /wysihtml5.js - 200 OK (4ms) Started GET "/assets/active_admin/editor/config.js?body=1" for 127.0.0.1 at 2012-12-27 00:38:34 -0800 Served asset /active_admin/editor/config.js - 200 OK (4ms) Started GET "/assets/active_admin/editor/parser_rules.js?body=1" for 127.0.0.1 at 2012-12-27 00:38:34 -0800 Served asset /active_admin/editor/parser_rules.js - 200 OK (3ms) Started GET "/assets/active_admin/editor.js?body=1" for 127.0.0.1 at 2012-12-27 00:38:34 -0800 Served asset /active_admin/editor.js - 200 OK (8ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2012-12-27 00:38:34 -0800 Served asset /active_admin.js - 200 OK (11ms) Started POST "/admin/login" for 127.0.0.1 at 2012-12-27 00:38:42 -0800 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"mcpX9afxDGjbFYCKs7wJrTkygmf1lKRXXlMZnS43cZ0=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1  (0.1ms) begin transaction  (0.3ms) UPDATE "admin_users" SET "last_sign_in_at" = '2012-12-27 05:25:56.488648', "current_sign_in_at" = '2012-12-27 08:38:42.226865', "sign_in_count" = 4, "updated_at" = '2012-12-27 08:38:42.228024' WHERE "admin_users"."id" = 1  (2.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 121ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-12-27 00:38:42 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (92.8ms) Completed 200 OK in 103ms (Views: 95.2ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:38:42 -0800 Served asset /active_admin.js - 200 OK (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:38:42 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-27 00:38:42 -0800 Served asset /active_admin/orderable.png - 200 OK (8ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-27 00:38:42 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 200 OK (6ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:38:47 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.8ms) Completed 200 OK in 51ms (Views: 25.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:38:47 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:38:47 -0800 Served asset /active_admin/editor/wysiwyg.css - 200 OK (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 00:39:00 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (118.7ms) Completed 200 OK in 123ms (Views: 120.9ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:39:01 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:41:56 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1921ms) (pid 77903) Page Load (4.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (2035.2ms) Completed 200 OK in 2078ms (Views: 2045.2ms | ActiveRecord: 5.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:41:59 -0800 Served asset /active_admin.css - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:41:59 -0800 Compiled jquery.js (2ms) (pid 77903) Compiled jquery-ui.js (5ms) (pid 77903) Compiled jquery_ujs.js (0ms) (pid 77903) Compiled active_admin/application.js (0ms) (pid 77903) Compiled active_admin/base.js (44ms) (pid 77903) Compiled wysihtml5.js (2ms) (pid 77903) Compiled active_admin/editor/config.js (1ms) (pid 77903) Compiled active_admin/editor/parser_rules.js (0ms) (pid 77903) Compiled active_admin/editor.js (32ms) (pid 77903) Compiled active_admin.js (91ms) (pid 77903) Served asset /active_admin.js - 200 OK (165ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:41:59 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 77903) Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (22ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:42:34 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.5ms) Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:42:34 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:42:34 -0800 Served asset /active_admin.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:42:34 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:45:07 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (19.8ms) Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:45:07 -0800 Compiled active_admin/editor.js (9ms) (pid 77903) Compiled active_admin.js (4ms) (pid 77903) Served asset /active_admin.js - 200 OK (79ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:45:07 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:45:07 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:45:14 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.4ms) Completed 200 OK in 26ms (Views: 23.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:45:14 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:45:14 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:45:15 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:46:12 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.5ms) Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:46:12 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:46:12 -0800 Compiled active_admin/editor.js (9ms) (pid 77903) Compiled active_admin.js (26ms) (pid 77903) Served asset /active_admin.js - 200 OK (157ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:46:12 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:46:21 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.8ms) Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:46:21 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:46:21 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:46:21 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:48:53 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (97.9ms) Completed 200 OK in 142ms (Views: 109.0ms | ActiveRecord: 5.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:48:53 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:48:53 -0800 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:48:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:51:51 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (120.3ms) Completed 500 Internal Server Error in 165ms ActionView::Template::Error (undefined method `s3_configured?' for ActiveAdmin::Editor:Module): 1: render renderer_for(:edit) app/admin/pages.rb:5:in `block (3 levels) in ' app/admin/pages.rb:3:in `block (2 levels) in ' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (71.0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:52:08 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (3.8ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (121.6ms) Completed 200 OK in 164ms (Views: 132.0ms | ActiveRecord: 4.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:52:08 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:52:08 -0800 Served asset /active_admin.js - 304 Not Modified (14ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:52:08 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 00:52:30 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (3.9ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (121.5ms) Completed 200 OK in 164ms (Views: 132.8ms | ActiveRecord: 5.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 00:52:31 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 00:52:31 -0800 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 00:52:31 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.6ms) Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.0ms) Compiled konacha/parent.js (3ms) (pid 78861) Served asset /konacha/parent.js - 304 Not Modified (16ms) Compiled mocha.css (0ms) (pid 78861) Compiled konacha.css (20ms) (pid 78861) Compiled mocha.js (4ms) (pid 78861) Served asset /konacha.css - 304 Not Modified (45ms) Served asset /mocha.js - 304 Not Modified (44ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (9ms) (pid 78861) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (37.3ms) Completed 200 OK in 43ms (Views: 42.2ms | ActiveRecord: 0.0ms) Served asset /active_admin/editor/config.js - 200 OK (3ms) Compiled konacha/iframe.js (0ms) (pid 78861) Served asset /active_admin/editor/parser_rules.js - 200 OK (4ms) Served asset /konacha/iframe.js - 304 Not Modified (41ms) Compiled chai.js (1ms) (pid 78861) Compiled application.css (122ms) (pid 78861) Served asset /chai.js - 304 Not Modified (127ms) Served asset /jquery.js - 304 Not Modified (133ms) Served asset /application.css - 200 OK (169ms) Served asset /wysihtml5.js - 304 Not Modified (146ms) Served asset /editor_spec.js - 200 OK (121ms) Served asset /active_admin/editor.js - 200 OK (136ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 01:03:14 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (122.5ms) Completed 200 OK in 167ms (Views: 133.7ms | ActiveRecord: 5.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 01:03:14 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 01:03:14 -0800 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 01:03:15 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.5ms) Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (10ms) Served asset /konacha/parent.js - 304 Not Modified (2ms) Served asset /mocha.js - 304 Not Modified (9ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (15.4ms) Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (7ms) Served asset /active_admin/editor/config.js - 304 Not Modified (3ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (34ms) Served asset /application.css - 304 Not Modified (48ms) Served asset /wysihtml5.js - 304 Not Modified (47ms) Served asset /jquery.js - 304 Not Modified (42ms) Served asset /editor_spec.js - 304 Not Modified (15ms) Served asset /active_admin/editor.js - 304 Not Modified (34ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.8ms) Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (9ms) Served asset /konacha/parent.js - 304 Not Modified (2ms) Served asset /mocha.js - 304 Not Modified (8ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled templates/editor.js (57ms) (pid 79228) Compiled editor_spec.js (73ms) (pid 79228) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (104.1ms) Completed 200 OK in 109ms (Views: 107.5ms | ActiveRecord: 0.0ms) Served asset /active_admin/editor/config.js - 304 Not Modified (2ms) Served asset /konacha/iframe.js - 304 Not Modified (13ms) Served asset /chai.js - 304 Not Modified (23ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (3ms) Served asset /application.css - 304 Not Modified (51ms) Served asset /templates/editor.js - 200 OK (3ms) Served asset /jquery.js - 304 Not Modified (47ms) Served asset /wysihtml5.js - 304 Not Modified (50ms) Served asset /editor_spec.js - 200 OK (13ms) Served asset /active_admin/editor.js - 304 Not Modified (42ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 5ms (Views: 3.2ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (8ms) (pid 79228) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (31.0ms) Completed 200 OK in 36ms (Views: 35.5ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (10ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (8ms) (pid 79228) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (132.7ms) Completed 200 OK in 138ms (Views: 136.5ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Served asset /wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (0ms) Served asset /active_admin/editor.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (10ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor.js (9ms) (pid 79228) Compiled editor_spec.js (8ms) (pid 79228) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (78.1ms) Completed 200 OK in 83ms (Views: 81.8ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (0ms) Served asset /wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor.js - 200 OK (22ms) Served asset /editor_spec.js - 304 Not Modified (19ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor.js (11ms) (pid 79228) Compiled editor_spec.js (8ms) (pid 79228) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (83.5ms) Completed 200 OK in 88ms (Views: 86.6ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor.js - 200 OK (24ms) Served asset /editor_spec.js - 200 OK (17ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (35.5ms) Completed 500 Internal Server Error in 40ms Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.3ms) Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (2ms) Served asset /konacha.css - 304 Not Modified (12ms) Served asset /mocha.js - 304 Not Modified (9ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (34.9ms) Completed 500 Internal Server Error in 40ms Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.0ms) Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (12ms) Served asset /konacha/parent.js - 304 Not Modified (4ms) Served asset /mocha.js - 304 Not Modified (9ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled chai-jquery.js (0ms) (pid 79333) Compiled sinon.js (1ms) (pid 79333) Compiled sinon-chai.js (0ms) (pid 79333) Compiled spec_helper.js (127ms) (pid 79333) Compiled editor_spec.js (140ms) (pid 79333) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (241.3ms) Completed 200 OK in 246ms (Views: 245.0ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (2ms) Served asset /chai-jquery.js - 200 OK (2ms) Served asset /sinon-chai.js - 200 OK (1ms) Served asset /application.css - 304 Not Modified (42ms) Served asset /templates/editor.js - 304 Not Modified (4ms) Served asset /sinon.js - 200 OK (27ms) Served asset /chai.js - 304 Not Modified (46ms) Served asset /jquery.js - 304 Not Modified (64ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (17ms) Served asset /active_admin/editor/config.js - 304 Not Modified (12ms) Served asset /wysihtml5.js - 304 Not Modified (29ms) Served asset /spec_helper.js - 200 OK (65ms) Served asset /active_admin/editor.js - 304 Not Modified (29ms) Served asset /editor_spec.js - 304 Not Modified (28ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.5ms) Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (8ms) Served asset /konacha.css - 304 Not Modified (14ms) Served asset /mocha.js - 304 Not Modified (5ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (7ms) (pid 79369) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (84.7ms) Completed 200 OK in 90ms (Views: 88.7ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (2ms) Served asset /chai-jquery.js - 304 Not Modified (2ms) Served asset /sinon-chai.js - 304 Not Modified (2ms) Served asset /templates/editor.js - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (33ms) Served asset /sinon.js - 304 Not Modified (15ms) Served asset /application.css - 304 Not Modified (52ms) Served asset /jquery.js - 304 Not Modified (40ms) Served asset /active_admin/editor/config.js - 304 Not Modified (27ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (4ms) Served asset /wysihtml5.js - 304 Not Modified (124ms) Served asset /spec_helper.js - 304 Not Modified (139ms) Served asset /active_admin/editor.js - 304 Not Modified (95ms) Served asset /editor_spec.js - 200 OK (92ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.5ms) Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (9ms) Served asset /konacha/parent.js - 304 Not Modified (3ms) Served asset /mocha.js - 304 Not Modified (13ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (9ms) (pid 79400) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (90.8ms) Completed 200 OK in 97ms (Views: 95.8ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (3ms) Served asset /chai-jquery.js - 304 Not Modified (1ms) Served asset /chai.js - 304 Not Modified (24ms) Served asset /sinon-chai.js - 304 Not Modified (1ms) Served asset /sinon.js - 304 Not Modified (7ms) Served asset /application.css - 304 Not Modified (45ms) Served asset /templates/editor.js - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (37ms) Served asset /active_admin/editor/config.js - 304 Not Modified (32ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (4ms) Served asset /wysihtml5.js - 304 Not Modified (119ms) Served asset /spec_helper.js - 304 Not Modified (133ms) Served asset /active_admin/editor.js - 304 Not Modified (92ms) Served asset /editor_spec.js - 200 OK (91ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.3ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor.js (12ms) (pid 79400) Compiled editor_spec.js (7ms) (pid 79400) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (59.6ms) Completed 200 OK in 64ms (Views: 63.4ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Served asset /wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (0ms) Served asset /active_admin/editor.js - 200 OK (24ms) Served asset /editor_spec.js - 304 Not Modified (23ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor.js (14ms) (pid 79400) Compiled editor_spec.js (6ms) (pid 79400) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (52.9ms) Completed 200 OK in 59ms (Views: 57.8ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (5ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (0ms) Served asset /active_admin/editor.js - 200 OK (22ms) Served asset /editor_spec.js - 304 Not Modified (24ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (8ms) (pid 79400) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (81.1ms) Completed 200 OK in 85ms (Views: 84.2ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (0ms) Served asset /active_admin/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (15ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (8ms) (pid 79400) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (76.7ms) Completed 200 OK in 81ms (Views: 79.9ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Served asset /active_admin/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (26ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.1ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (7ms) (pid 79400) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (37.6ms) Completed 200 OK in 42ms (Views: 40.9ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (6ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/config.js - 304 Not Modified (0ms) Served asset /active_admin/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (72ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor/editor.js (0ms) (pid 79400) Compiled active_admin/editor.js (21ms) (pid 79400) Compiled editor_spec.js (4ms) (pid 79400) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (94.8ms) Completed 200 OK in 99ms (Views: 98.0ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (5ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 200 OK (9ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (12ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor/editor.js (0ms) (pid 79400) Compiled editor_spec.js (8ms) (pid 79400) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (69.5ms) Completed 200 OK in 74ms (Views: 73.1ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 200 OK (7ms) Served asset /editor_spec.js - 304 Not Modified (12ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (7ms) (pid 79400) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (71.6ms) Completed 200 OK in 76ms (Views: 74.8ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (10ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.4ms) Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (4ms) Served asset /konacha/parent.js - 304 Not Modified (2ms) Served asset /mocha.js - 304 Not Modified (14ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled support/mock_wysihtml5.js (0ms) (pid 79487) Compiled editor_spec.js (18ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (42.4ms) Completed 200 OK in 49ms (Views: 47.9ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (2ms) Served asset /support/mock_wysihtml5.js - 200 OK (7ms) Served asset /chai-jquery.js - 304 Not Modified (2ms) Served asset /chai.js - 304 Not Modified (26ms) Served asset /sinon-chai.js - 304 Not Modified (1ms) Served asset /sinon.js - 304 Not Modified (10ms) Served asset /templates/editor.js - 304 Not Modified (6ms) Served asset /jquery.js - 304 Not Modified (37ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (3ms) Served asset /application.css - 304 Not Modified (104ms) Served asset /spec_helper.js - 304 Not Modified (72ms) Served asset /editor_spec.js - 200 OK (62ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 7ms (Views: 5.2ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (3.6ms) Completed 200 OK in 83ms (Views: 81.5ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled support/mock_wysihtml5.js (0ms) (pid 79487) Compiled editor_spec.js (14ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (70.2ms) Completed 200 OK in 75ms (Views: 73.4ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 200 OK (6ms) Served asset /editor_spec.js - 304 Not Modified (12ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (18ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (94.3ms) Completed 200 OK in 99ms (Views: 97.5ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (6ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (11ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (84.3ms) Completed 200 OK in 89ms (Views: 87.5ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (15ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 27ms (Views: 25.2ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (14ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (73.8ms) Completed 200 OK in 79ms (Views: 77.9ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (5ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (86.0ms) Completed 200 OK in 93ms (Views: 91.4ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (85.4ms) Completed 200 OK in 92ms (Views: 90.7ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (5ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (13ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (38ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (114.0ms) Completed 200 OK in 119ms (Views: 117.4ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (12ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled templates/editor.js (0ms) (pid 79487) Compiled spec_helper.js (5ms) (pid 79487) Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (52.3ms) Completed 200 OK in 57ms (Views: 55.7ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (8ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 200 OK (8ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (26ms) Served asset /editor_spec.js - 304 Not Modified (19ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (82.6ms) Completed 200 OK in 90ms (Views: 88.0ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (13ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (38ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (103.1ms) Completed 200 OK in 108ms (Views: 106.5ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (17ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (180.4ms) Completed 200 OK in 187ms (Views: 185.2ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (15ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (80.3ms) Completed 200 OK in 85ms (Views: 83.8ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (5ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (17ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (14ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (36.9ms) Completed 200 OK in 42ms (Views: 40.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (18ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (15ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (147.0ms) Completed 200 OK in 152ms (Views: 150.6ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (82.9ms) Completed 200 OK in 88ms (Views: 86.6ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (17ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (38.2ms) Completed 200 OK in 44ms (Views: 42.4ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (13ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.1ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (156.1ms) Completed 200 OK in 162ms (Views: 160.5ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (15ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (84.9ms) Completed 200 OK in 90ms (Views: 88.2ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (6ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.1ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (80.2ms) Completed 200 OK in 85ms (Views: 83.7ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (13ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (42ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (179.5ms) Completed 200 OK in 184ms (Views: 182.7ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (20ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.1ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (111.8ms) Completed 200 OK in 119ms (Views: 117.2ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (20ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (81.6ms) Completed 200 OK in 89ms (Views: 87.0ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (8ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (89.0ms) Completed 200 OK in 94ms (Views: 92.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (6ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (13ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (14ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (88.3ms) Completed 200 OK in 94ms (Views: 92.2ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (5ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (15ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (46.2ms) Completed 200 OK in 52ms (Views: 50.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (16ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (14ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (83.2ms) Completed 200 OK in 88ms (Views: 86.5ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (13ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.1ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (84.0ms) Completed 200 OK in 120ms (Views: 89.2ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (7ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (13ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.1ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (15ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (81.5ms) Completed 200 OK in 89ms (Views: 86.8ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (7ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (17ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (15ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (90.8ms) Completed 200 OK in 96ms (Views: 94.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (7ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (20ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (42ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (112.3ms) Completed 200 OK in 118ms (Views: 116.2ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (15ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (17ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (94.3ms) Completed 200 OK in 101ms (Views: 99.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (16ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (85.2ms) Completed 200 OK in 90ms (Views: 88.6ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (21ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (17ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (88.9ms) Completed 200 OK in 94ms (Views: 92.5ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (40ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (14ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (89.0ms) Completed 200 OK in 97ms (Views: 94.5ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (13ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (15ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (78.1ms) Completed 200 OK in 83ms (Views: 81.6ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (83.9ms) Completed 200 OK in 89ms (Views: 87.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (19ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (64.9ms) Completed 200 OK in 70ms (Views: 68.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (5ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (16ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor/editor.js (0ms) (pid 79487) Compiled editor_spec.js (14ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (64.3ms) Completed 200 OK in 69ms (Views: 67.7ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 200 OK (4ms) Served asset /editor_spec.js - 304 Not Modified (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (82.3ms) Completed 200 OK in 87ms (Views: 85.9ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (18ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (39ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (105.0ms) Completed 200 OK in 109ms (Views: 108.2ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (5ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (12ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (96.9ms) Completed 200 OK in 102ms (Views: 101.0ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (16ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (93.5ms) Completed 200 OK in 101ms (Views: 98.8ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (18ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (38.4ms) Completed 200 OK in 46ms (Views: 43.9ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (39ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 79487) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (159.5ms) Completed 200 OK in 164ms (Views: 163.0ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (5ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (15ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 01:58:06 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (14.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (280.1ms) Completed 200 OK in 406ms (Views: 341.2ms | ActiveRecord: 15.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 01:58:07 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 01:58:07 -0800 Compiled active_admin/editor.js (14ms) (pid 79963) Compiled active_admin.js (9ms) (pid 79963) Served asset /active_admin.js - 200 OK (225ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 01:58:07 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (17ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 01:58:35 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.4ms) Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 01:58:36 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 01:58:36 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 01:58:36 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 01:58:54 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (2633ms) (pid 80001) Page Load (4.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (2839.6ms) Completed 200 OK in 2883ms (Views: 2850.6ms | ActiveRecord: 5.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 01:58:57 -0800 Served asset /active_admin.css - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 01:58:57 -0800 Compiled jquery.js (2ms) (pid 80001) Compiled jquery-ui.js (5ms) (pid 80001) Compiled jquery_ujs.js (0ms) (pid 80001) Compiled active_admin/application.js (0ms) (pid 80001) Compiled active_admin/base.js (139ms) (pid 80001) Compiled wysihtml5.js (2ms) (pid 80001) Compiled active_admin/editor/editor.js (0ms) (pid 80001) Compiled active_admin/editor/config.js (1ms) (pid 80001) Compiled active_admin/editor/parser_rules.js (0ms) (pid 80001) Compiled active_admin/editor.js (91ms) (pid 80001) Compiled active_admin.js (251ms) (pid 80001) Served asset /active_admin.js - 200 OK (271ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 01:58:57 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 80001) Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (18ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 01:59:12 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.2ms) Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 01:59:12 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 01:59:12 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 01:59:13 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:01:11 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (121.9ms) Completed 200 OK in 164ms (Views: 131.8ms | ActiveRecord: 5.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:01:11 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:01:11 -0800 Compiled active_admin/editor/config.js (1ms) (pid 80043) Compiled active_admin/editor.js (14ms) (pid 80043) Compiled active_admin.js (6ms) (pid 80043) Served asset /active_admin.js - 200 OK (111ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:01:45 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.3ms) Completed 200 OK in 57ms (Views: 25.8ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:01:46 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:01:46 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:01:46 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (5ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:02:54 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.0ms) Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:02:54 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:02:54 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 80043) Compiled active_admin/editor.js (13ms) (pid 80043) Compiled active_admin.js (5ms) (pid 80043) Served asset /active_admin.js - 200 OK (70ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:02:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:03:07 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (2082ms) (pid 80084) Page Load (4.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (2282.6ms) Completed 200 OK in 2328ms (Views: 2294.5ms | ActiveRecord: 5.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:03:09 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:03:09 -0800 Compiled jquery.js (2ms) (pid 80084) Compiled jquery-ui.js (7ms) (pid 80084) Compiled jquery_ujs.js (0ms) (pid 80084) Compiled active_admin/application.js (0ms) (pid 80084) Compiled active_admin/base.js (101ms) (pid 80084) Compiled wysihtml5.js (2ms) (pid 80084) Compiled active_admin/editor/editor.js (0ms) (pid 80084) Compiled active_admin/editor/config.js (1ms) (pid 80084) Compiled active_admin/editor/parser_rules.js (0ms) (pid 80084) Compiled active_admin/editor.js (44ms) (pid 80084) Compiled active_admin.js (164ms) (pid 80084) Served asset /active_admin.js - 304 Not Modified (181ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:03:09 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 80084) Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (12ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:08:48 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (2227ms) (pid 80145) Page Load (4.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (4662.0ms) Completed 500 Internal Server Error in 4705ms ActionView::Template::Error (stack level too deep): /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/set.rb:247 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.5ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:09:12 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (3.9ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1985.8ms) Completed 500 Internal Server Error in 2029ms ActionView::Template::Error (stack level too deep): /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/set.rb:247 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:09:28 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1916.6ms) Completed 500 Internal Server Error in 1921ms ActionView::Template::Error (stack level too deep): /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/set.rb:247 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.9ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:09:37 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (5.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (128.4ms) Completed 200 OK in 170ms (Views: 137.7ms | ActiveRecord: 6.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:09:38 -0800 Served asset /active_admin.css - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:09:38 -0800 Compiled jquery.js (2ms) (pid 80207) Compiled jquery-ui.js (6ms) (pid 80207) Compiled jquery_ujs.js (0ms) (pid 80207) Compiled active_admin/application.js (0ms) (pid 80207) Compiled active_admin/base.js (47ms) (pid 80207) Compiled wysihtml5.js (2ms) (pid 80207) Compiled active_admin/editor/editor.js (0ms) (pid 80207) Compiled active_admin/editor/config.js (1ms) (pid 80207) Compiled active_admin/editor/parser_rules.js (0ms) (pid 80207) Compiled active_admin/editor.js (48ms) (pid 80207) Compiled active_admin.js (175ms) (pid 80207) Served asset /active_admin.js - 304 Not Modified (193ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:09:38 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 80207) Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (13ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:10:09 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.4ms) Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:10:10 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:10:10 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:10:10 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:11:12 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (2100ms) (pid 80249) Page Load (26.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (2282.3ms) Completed 200 OK in 2326ms (Views: 2271.3ms | ActiveRecord: 27.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:11:14 -0800 Served asset /active_admin.css - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:11:14 -0800 Compiled jquery.js (2ms) (pid 80249) Compiled jquery-ui.js (6ms) (pid 80249) Compiled jquery_ujs.js (0ms) (pid 80249) Compiled active_admin/application.js (0ms) (pid 80249) Compiled active_admin/base.js (97ms) (pid 80249) Compiled wysihtml5.js (2ms) (pid 80249) Compiled active_admin/editor/editor.js (0ms) (pid 80249) Compiled active_admin/editor/config.js (0ms) (pid 80249) Compiled active_admin/editor/parser_rules.js (0ms) (pid 80249) Compiled active_admin/editor.js (42ms) (pid 80249) Compiled active_admin.js (159ms) (pid 80249) Served asset /active_admin.js - 304 Not Modified (174ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:11:15 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 80249) Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (11ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:12:21 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (121.8ms) Completed 200 OK in 166ms (Views: 133.7ms | ActiveRecord: 5.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:12:22 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:12:22 -0800 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:12:22 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (6ms) Connecting to database specified by database.yml  (14.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (21.6ms) DROP TABLE "active_admin_comments"  (3.7ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.7ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (3.0ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (2.8ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (38.1ms) DROP TABLE "admin_users"  (3.7ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.0ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (2.9ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.5ms) DROP TABLE "pages"  (3.1ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.6ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:21:21 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (66.5ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.9ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (2118ms) (pid 80822) Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (2296.8ms) Completed 200 OK in 2427ms (Views: 2324.1ms | ActiveRecord: 72.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:21:24 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:21:24 -0800 Compiled jquery.js (2ms) (pid 80822) Compiled jquery-ui.js (7ms) (pid 80822) Compiled jquery_ujs.js (0ms) (pid 80822) Compiled active_admin/application.js (0ms) (pid 80822) Compiled active_admin/base.js (99ms) (pid 80822) Compiled wysihtml5.js (2ms) (pid 80822) Compiled active_admin/editor/editor.js (0ms) (pid 80822) Compiled active_admin/editor/config.js (1ms) (pid 80822) Compiled active_admin/editor/parser_rules.js (0ms) (pid 80822) Compiled active_admin/editor.js (41ms) (pid 80822) Compiled active_admin.js (160ms) (pid 80822) Served asset /active_admin.js - 200 OK (178ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:21:24 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 80822) Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (11ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:23:18 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (2075ms) (pid 80863) Page Load (4.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (2251.8ms) Completed 200 OK in 2294ms (Views: 2262.5ms | ActiveRecord: 5.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:23:21 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:23:21 -0800 Compiled jquery.js (2ms) (pid 80863) Compiled jquery-ui.js (8ms) (pid 80863) Compiled jquery_ujs.js (0ms) (pid 80863) Compiled active_admin/application.js (0ms) (pid 80863) Compiled active_admin/base.js (100ms) (pid 80863) Compiled wysihtml5.js (2ms) (pid 80863) Compiled active_admin/editor/editor.js (0ms) (pid 80863) Compiled active_admin/editor/config.js (0ms) (pid 80863) Compiled active_admin/editor/parser_rules.js (0ms) (pid 80863) Compiled active_admin/editor.js (45ms) (pid 80863) Compiled active_admin.js (165ms) (pid 80863) Served asset /active_admin.js - 304 Not Modified (183ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:24:04 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (62.2ms) Completed 500 Internal Server Error in 97ms ActionView::Template::Error (undefined method `escape_javascript' for #): 1: render renderer_for(:edit) app/admin/pages.rb:5:in `block (3 levels) in ' app/admin/pages.rb:3:in `block (2 levels) in ' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:24:12 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (58.8ms) Completed 500 Internal Server Error in 96ms ActionView::Template::Error (undefined method `h' for #): 1: render renderer_for(:edit) app/admin/pages.rb:5:in `block (3 levels) in ' app/admin/pages.rb:3:in `block (2 levels) in ' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:24:24 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (29.6ms) Completed 200 OK in 68ms (Views: 32.6ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:24:24 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:24:24 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:25:43 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.3ms) Completed 200 OK in 58ms (Views: 26.0ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:25:43 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:25:43 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:26:55 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (19.9ms) Completed 200 OK in 24ms (Views: 22.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:26:55 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:26:55 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 80863) Compiled active_admin/editor.js (13ms) (pid 80863) Compiled active_admin.js (31ms) (pid 80863) Served asset /active_admin.js - 200 OK (75ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:27:46 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (27.3ms) Completed 200 OK in 62ms (Views: 29.9ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:27:46 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:27:46 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:28:08 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (52.6ms) Completed 200 OK in 90ms (Views: 55.4ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:28:08 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:28:08 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:28:17 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (26.6ms) Completed 200 OK in 63ms (Views: 29.2ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:28:17 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:28:17 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:28:43 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.4ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (24.6ms) Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:28:43 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:28:43 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 80863) Compiled active_admin/editor.js (42ms) (pid 80863) Compiled active_admin.js (5ms) (pid 80863) Served asset /active_admin.js - 200 OK (127ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:28:51 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.7ms) Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:28:51 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:28:51 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 80863) Compiled active_admin/editor.js (13ms) (pid 80863) Compiled active_admin.js (5ms) (pid 80863) Served asset /active_admin.js - 200 OK (51ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:29:35 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.4ms) Completed 200 OK in 57ms (Views: 26.0ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:29:35 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:29:35 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:29:44 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (121.9ms) Completed 200 OK in 167ms (Views: 134.4ms | ActiveRecord: 5.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:29:44 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:29:44 -0800 Served asset /active_admin.js - 304 Not Modified (20ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:30:54 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (2082ms) (pid 81008) Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (2244.3ms) Completed 200 OK in 2291ms (Views: 2255.6ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:30:56 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:30:57 -0800 Compiled jquery.js (1ms) (pid 81008) Compiled jquery-ui.js (6ms) (pid 81008) Compiled jquery_ujs.js (0ms) (pid 81008) Compiled active_admin/application.js (0ms) (pid 81008) Compiled active_admin/base.js (95ms) (pid 81008) Compiled wysihtml5.js (2ms) (pid 81008) Compiled active_admin/editor/editor.js (0ms) (pid 81008) Compiled active_admin/editor/config.js (0ms) (pid 81008) Compiled active_admin/editor/parser_rules.js (0ms) (pid 81008) Compiled active_admin/editor.js (37ms) (pid 81008) Compiled active_admin.js (150ms) (pid 81008) Served asset /active_admin.js - 200 OK (166ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:31:46 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.4ms) Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:31:47 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:31:47 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 81008) Compiled active_admin/editor.js (13ms) (pid 81008) Compiled active_admin.js (5ms) (pid 81008) Served asset /active_admin.js - 200 OK (50ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:32:36 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (125.3ms) Completed 200 OK in 170ms (Views: 136.7ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:32:37 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:32:37 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 81082) Compiled active_admin/editor.js (17ms) (pid 81082) Compiled active_admin.js (7ms) (pid 81082) Served asset /active_admin.js - 200 OK (111ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:32:37 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 81082) Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (13ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:33:09 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (2080ms) (pid 81118) Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (2217.6ms) Completed 200 OK in 2260ms (Views: 2228.8ms | ActiveRecord: 5.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:33:12 -0800 Served asset /active_admin.css - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:33:12 -0800 Compiled jquery.js (2ms) (pid 81118) Compiled jquery-ui.js (7ms) (pid 81118) Compiled jquery_ujs.js (0ms) (pid 81118) Compiled active_admin/application.js (0ms) (pid 81118) Compiled active_admin/base.js (104ms) (pid 81118) Compiled wysihtml5.js (2ms) (pid 81118) Compiled active_admin/editor/editor.js (0ms) (pid 81118) Compiled active_admin/editor/config.js (0ms) (pid 81118) Compiled active_admin/editor/parser_rules.js (0ms) (pid 81118) Compiled active_admin/editor.js (44ms) (pid 81118) Compiled active_admin.js (169ms) (pid 81118) Served asset /active_admin.js - 200 OK (185ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:33:12 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 81118) Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (11ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:33:32 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.1ms) Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:33:32 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:33:32 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:33:32 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:43:58 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.6ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (122.4ms) Completed 200 OK in 164ms (Views: 132.4ms | ActiveRecord: 5.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:43:58 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:43:58 -0800 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:43:58 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (7ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:48:15 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (64.3ms) Completed 500 Internal Server Error in 161ms ActionView::Template::Error (undefined method `asset_path' for #): 1: render renderer_for(:edit) app/admin/pages.rb:5:in `block (3 levels) in ' app/admin/pages.rb:3:in `block (2 levels) in ' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.9ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:48:55 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.3ms) Completed 200 OK in 60ms (Views: 28.1ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:48:55 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:48:55 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:48:55 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif%3E%3C/img%3E%20%20%20%20%20%20%20%20%20%20%3C/div%3E%20%20%20%20%20%20%20%20%3Cdiv%20style=" for 127.0.0.1 at 2012-12-27 02:48:55 -0800 Served asset /active_admin/editor/loader.gif%3E%3C/img%3E%20%20%20%20%20%20%20%20%20%20%3C/div%3E%20%20%20%20%20%20%20%20%3Cdiv%20style= - 404 Not Found (10ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/editor/loader.gif%3E%3C/img%3E%20%20%20%20%20%20%20%20%20%20%3C/div%3E%20%20%20%20%20%20%20%20%3Cdiv%20style="): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:49:16 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.0ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (121.7ms) Completed 200 OK in 167ms (Views: 133.5ms | ActiveRecord: 5.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:49:16 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:49:16 -0800 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:49:16 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/editor/loader.gif%3E%3C/img%3E%20%20%20%20%20%20%20%20%20%20%3C/div%3E%20%20%20%20%20%20%20%20%3Cdiv%20style=" for 127.0.0.1 at 2012-12-27 02:49:16 -0800 Served asset /active_admin/editor/loader.gif%3E%3C/img%3E%20%20%20%20%20%20%20%20%20%20%3C/div%3E%20%20%20%20%20%20%20%20%3Cdiv%20style= - 404 Not Found (12ms) ActionController::RoutingError (No route matches [GET] "/assets/active_admin/editor/loader.gif%3E%3C/img%3E%20%20%20%20%20%20%20%20%20%20%3C/div%3E%20%20%20%20%20%20%20%20%3Cdiv%20style="): actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:49:32 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.2ms) Completed 200 OK in 113ms (Views: 26.0ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:49:32 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:49:32 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:49:32 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 02:49:32 -0800 Served asset /active_admin/editor/loader.gif - 200 OK (9ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:50:12 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (24.8ms) Completed 200 OK in 59ms (Views: 27.3ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:50:12 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:50:12 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:50:12 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 02:50:12 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:51:04 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1613ms) (pid 81778) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1716.9ms) Completed 200 OK in 1752ms (Views: 1719.5ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:51:06 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:51:06 -0800 Served asset /active_admin.css - 200 OK (12ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:51:06 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 02:51:06 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:52:43 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.5ms) Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:52:43 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:52:43 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 81778) Compiled active_admin/editor.js (14ms) (pid 81778) Compiled active_admin.js (6ms) (pid 81778) Served asset /active_admin.js - 200 OK (59ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:52:44 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 02:52:44 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:53:03 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.7ms) Completed 200 OK in 29ms (Views: 26.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:53:03 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:53:03 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 81778) Compiled active_admin/editor.js (40ms) (pid 81778) Compiled active_admin.js (6ms) (pid 81778) Served asset /active_admin.js - 200 OK (77ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:53:03 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 02:53:03 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 02:53:49 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (190.4ms) Completed 200 OK in 362ms (Views: 202.9ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:53:50 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:53:50 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-27 02:53:50 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (18ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-27 02:53:50 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (8ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-27 02:53:50 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (8ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:53:52 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.5ms) Completed 200 OK in 26ms (Views: 23.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:53:52 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:53:52 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:53:52 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 02:53:52 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:57:13 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:9) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:9) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (124.4ms) Completed 200 OK in 166ms (Views: 134.3ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:57:14 -0800 Served asset /active_admin.css - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:57:14 -0800 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:57:14 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 02:57:14 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:58:37 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.2ms) Completed 200 OK in 111ms (Views: 23.8ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:58:37 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:58:37 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:58:37 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 02:58:38 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:59:05 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (19.4ms) Completed 200 OK in 25ms (Views: 21.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:59:05 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:59:05 -0800 Served asset /active_admin.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:59:05 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 02:59:05 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 02:59:42 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (19.2ms) Completed 200 OK in 53ms (Views: 21.9ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 02:59:43 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 02:59:43 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 02:59:43 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 02:59:43 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:00:55 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (18.2ms) Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:00:55 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:00:55 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 82199) Compiled active_admin/editor.js (17ms) (pid 82199) Compiled active_admin.js (6ms) (pid 82199) Served asset /active_admin.js - 200 OK (57ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:00:55 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:00:55 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:01:17 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (18.9ms) Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:01:17 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:01:17 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 82199) Compiled active_admin/editor.js (15ms) (pid 82199) Compiled active_admin.js (5ms) (pid 82199) Served asset /active_admin.js - 200 OK (63ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:01:17 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:01:18 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:01:29 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (43.1ms) Completed 200 OK in 48ms (Views: 45.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:01:29 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:01:29 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 82199) Compiled active_admin/editor.js (14ms) (pid 82199) Compiled active_admin.js (6ms) (pid 82199) Served asset /active_admin.js - 200 OK (99ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:01:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:01:29 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:01:36 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (16.8ms) Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:01:36 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:01:36 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 82199) Compiled active_admin/editor.js (12ms) (pid 82199) Compiled active_admin.js (5ms) (pid 82199) Served asset /active_admin.js - 200 OK (68ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:01:37 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:01:37 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:01:50 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (19.4ms) Completed 200 OK in 53ms (Views: 22.0ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:01:50 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:01:50 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:01:50 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:01:50 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:01:58 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.1ms) Completed 200 OK in 59ms (Views: 24.9ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:01:58 -0800 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:01:58 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:01:58 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:01:58 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-27 03:02:35 -0800 Processing by Admin::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oIBLV8EolSnO1haqCo/pofB5kHMl1wLO21Bnu+IeMbo=", "page"=>{"title"=>""}, "commit"=>"Update Page", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (2.3ms) UPDATE "pages" SET "title" = '', "updated_at" = '2012-12-27 11:02:35.101345' WHERE "pages"."id" = 1  (2.5ms) commit transaction Redirected to http://localhost:3000/admin/pages/1 Completed 302 Found in 26ms (ActiveRecord: 0.0ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-27 03:02:35 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (15.9ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/show.html.arb (73.5ms) Completed 200 OK in 98ms (Views: 78.2ms | ActiveRecord: 16.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:02:35 -0800 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:02:35 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:02:37 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (42.6ms) Completed 200 OK in 47ms (Views: 45.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:02:37 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:02:37 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:02:37 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:02:37 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-27 03:02:52 -0800 Processing by Admin::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oIBLV8EolSnO1haqCo/pofB5kHMl1wLO21Bnu+IeMbo=", "page"=>{"title"=>"

Hello

"}, "commit"=>"Update Page", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.3ms) UPDATE "pages" SET "title" = '

Hello

', "updated_at" = '2012-12-27 11:02:52.326438' WHERE "pages"."id" = 1  (110.1ms) commit transaction Redirected to http://localhost:3000/admin/pages/1 Completed 302 Found in 121ms (ActiveRecord: 0.0ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-27 03:02:52 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/show.html.arb (27.3ms) Completed 200 OK in 32ms (Views: 29.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:02:52 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:02:52 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:02:54 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (19.7ms) Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:02:54 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:02:54 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:02:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:02:54 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 03:02:57 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (109.2ms) Completed 200 OK in 121ms (Views: 111.4ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:02:57 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:02:57 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:03:00 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:7) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (19.6ms) Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:03:00 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:03:00 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:03:00 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:03:00 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:03:51 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (123.2ms) Completed 200 OK in 165ms (Views: 133.6ms | ActiveRecord: 5.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:03:51 -0800 Served asset /active_admin.css - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:03:51 -0800 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:03:51 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:03:51 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (5ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:08:46 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1467ms) (pid 82612) Page Load (3.9ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1769.0ms) Completed 200 OK in 1810ms (Views: 1779.9ms | ActiveRecord: 4.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:08:48 -0800 Served asset /active_admin.css - 200 OK (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:08:48 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 82612) Compiled active_admin/editor.js (12ms) (pid 82612) Compiled active_admin.js (5ms) (pid 82612) Served asset /active_admin.js - 200 OK (100ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:08:48 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:08:48 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (3ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:14:40 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1456ms) (pid 82676) Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1684.3ms) Completed 500 Internal Server Error in 1726ms ActionView::Template::Error (undefined local variable or method `html' for #): 1: render renderer_for(:edit) app/admin/pages.rb:5:in `block (3 levels) in ' app/admin/pages.rb:3:in `block (2 levels) in ' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.6ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:14:53 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (31.3ms) Completed 200 OK in 69ms (Views: 34.5ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:14:53 -0800 Served asset /active_admin.css - 200 OK (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:14:53 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 82676) Compiled active_admin/editor.js (12ms) (pid 82676) Compiled active_admin.js (5ms) (pid 82676) Served asset /active_admin.js - 200 OK (103ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:14:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:14:54 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:15:54 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (1456ms) (pid 82676) Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (1537.2ms) Completed 200 OK in 1541ms (Views: 1539.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:15:56 -0800 Served asset /active_admin.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:15:56 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:15:56 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:15:56 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:16:36 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (24.2ms) Completed 200 OK in 59ms (Views: 26.7ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:16:36 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:16:36 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:16:36 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:16:36 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:24:05 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (128.6ms) Completed 500 Internal Server Error in 173ms ActionView::Template::Error (undefined local variable or method `config' for #): 1: render renderer_for(:edit) app/admin/pages.rb:5:in `block (3 levels) in ' app/admin/pages.rb:3:in `block (2 levels) in ' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.9ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:24:22 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.6ms) Completed 500 Internal Server Error in 28ms ActionView::Template::Error (undefined local variable or method `config' for #): 1: render renderer_for(:edit) app/admin/pages.rb:5:in `block (3 levels) in ' app/admin/pages.rb:3:in `block (2 levels) in ' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.6ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:24:30 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (124.0ms) Completed 200 OK in 167ms (Views: 134.6ms | ActiveRecord: 5.5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:24:30 -0800 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:24:30 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:24:30 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:24:30 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:24:54 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.5ms) Completed 200 OK in 28ms (Views: 26.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:24:54 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:24:54 -0800 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:24:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:24:54 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:27:37 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (3.9ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (121.5ms) Completed 200 OK in 164ms (Views: 132.5ms | ActiveRecord: 4.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:27:37 -0800 Served asset /active_admin.css - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:27:37 -0800 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:27:38 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (7ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:27:38 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (5ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.1ms) Completed 200 OK in 55ms (Views: 53.7ms | ActiveRecord: 0.0ms) Compiled konacha/parent.js (0ms) (pid 83105) Compiled mocha.css (0ms) (pid 83105) Compiled mocha.js (1ms) (pid 83105) Compiled konacha.css (18ms) (pid 83105) Served asset /konacha/parent.js - 304 Not Modified (25ms) Served asset /mocha.js - 304 Not Modified (38ms) Served asset /konacha.css - 304 Not Modified (35ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled chai-jquery.js (1ms) (pid 83105) Compiled sinon.js (1ms) (pid 83105) Compiled sinon-chai.js (0ms) (pid 83105) Compiled templates/editor.js (0ms) (pid 83105) Compiled spec_helper.js (65ms) (pid 83105) Compiled support/mock_wysihtml5.js (0ms) (pid 83105) Compiled editor_spec.js (105ms) (pid 83105) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (128.6ms) Completed 200 OK in 134ms (Views: 132.7ms | ActiveRecord: 0.0ms) Served asset /chai-jquery.js - 304 Not Modified (1ms) Compiled chai.js (2ms) (pid 83105) Served asset /sinon.js - 304 Not Modified (14ms) Served asset /sinon-chai.js - 304 Not Modified (2ms) Compiled application.css (21ms) (pid 83105) Compiled konacha/iframe.js (0ms) (pid 83105) Served asset /chai.js - 304 Not Modified (52ms) Served asset /templates/editor.js - 304 Not Modified (5ms) Served asset /application.css - 200 OK (59ms) Served asset /konacha/iframe.js - 304 Not Modified (52ms) Served asset /jquery.js - 304 Not Modified (59ms) Served asset /active_admin/editor/editor.js - 200 OK (3ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (9ms) Served asset /spec_helper.js - 304 Not Modified (16ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 15ms (Views: 12.2ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.1ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled templates/editor.js (0ms) (pid 83105) Compiled spec_helper.js (31ms) (pid 83105) Compiled editor_spec.js (79ms) (pid 83105) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (142.8ms) Completed 200 OK in 147ms (Views: 145.9ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 200 OK (4ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (22ms) Served asset /editor_spec.js - 304 Not Modified (15ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 83105) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (84.5ms) Completed 200 OK in 89ms (Views: 88.0ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (15ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor/editor.js (0ms) (pid 83105) Compiled editor_spec.js (11ms) (pid 83105) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (71.3ms) Completed 200 OK in 76ms (Views: 74.8ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 200 OK (5ms) Served asset /editor_spec.js - 304 Not Modified (16ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-27 03:42:42 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (278.4ms) Completed 200 OK in 336ms (Views: 305.7ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:42:43 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:42:43 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 83989) Compiled active_admin/editor.js (14ms) (pid 83989) Compiled active_admin.js (5ms) (pid 83989) Served asset /active_admin.js - 200 OK (109ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-27 03:42:43 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (2ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-27 03:42:43 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (2ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-27 03:42:43 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:42:45 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (35.8ms) Completed 200 OK in 41ms (Views: 33.9ms | ActiveRecord: 4.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:42:45 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:42:45 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:42:45 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (4ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 03:43:59 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (62.9ms) Completed 200 OK in 67ms (Views: 65.0ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:43:59 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:43:59 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:44:01 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.0ms) Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:44:01 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:44:01 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:44:01 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:44:01 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:45:29 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (122.9ms) Completed 200 OK in 166ms (Views: 133.5ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:45:30 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:45:30 -0800 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:45:30 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 84290) Served asset /active_admin/editor/wysiwyg.css - 200 OK (55ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:45:30 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 03:46:25 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.3ms) Completed 200 OK in 30ms (Views: 27.5ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 03:46:25 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 03:46:25 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 03:46:25 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 84290) Served asset /active_admin/editor/wysiwyg.css - 200 OK (68ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 03:46:26 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.7ms) Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (4ms) Served asset /konacha/parent.js - 304 Not Modified (2ms) Served asset /mocha.js - 304 Not Modified (3ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (15ms) (pid 85774) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (76.2ms) Completed 200 OK in 93ms (Views: 92.0ms | ActiveRecord: 0.0ms) Served asset /chai-jquery.js - 304 Not Modified (1ms) Served asset /konacha/iframe.js - 304 Not Modified (15ms) Served asset /sinon.js - 304 Not Modified (17ms) Served asset /sinon-chai.js - 304 Not Modified (6ms) Served asset /templates/editor.js - 304 Not Modified (4ms) Served asset /application.css - 304 Not Modified (43ms) Served asset /chai.js - 304 Not Modified (39ms) Served asset /jquery.js - 304 Not Modified (33ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (3ms) Served asset /active_admin/editor/editor.js - 200 OK (3ms) Served asset /editor_spec.js - 304 Not Modified (16ms) Served asset /spec_helper.js - 304 Not Modified (36ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 85774) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (123.4ms) Completed 200 OK in 128ms (Views: 126.9ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (11ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled templates/editor.js (0ms) (pid 85774) Compiled spec_helper.js (4ms) (pid 85774) Compiled editor_spec.js (11ms) (pid 85774) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (72.4ms) Completed 200 OK in 77ms (Views: 75.8ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 200 OK (12ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (25ms) Served asset /editor_spec.js - 304 Not Modified (18ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled templates/editor.js (0ms) (pid 85774) Compiled spec_helper.js (4ms) (pid 85774) Compiled editor_spec.js (11ms) (pid 85774) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (73.2ms) Completed 200 OK in 78ms (Views: 76.4ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 200 OK (11ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (25ms) Served asset /editor_spec.js - 304 Not Modified (15ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 85774) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (84.3ms) Completed 200 OK in 89ms (Views: 87.6ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled templates/editor.js (0ms) (pid 85774) Compiled spec_helper.js (5ms) (pid 85774) Compiled editor_spec.js (13ms) (pid 85774) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (72.4ms) Completed 200 OK in 77ms (Views: 75.9ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 200 OK (8ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (29ms) Served asset /editor_spec.js - 200 OK (18ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor/editor.js (0ms) (pid 85774) Compiled editor_spec.js (12ms) (pid 85774) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (76.1ms) Completed 200 OK in 81ms (Views: 79.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 200 OK (11ms) Served asset /editor_spec.js - 304 Not Modified (17ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor/editor.js (0ms) (pid 85774) Compiled editor_spec.js (12ms) (pid 85774) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (74.6ms) Completed 200 OK in 79ms (Views: 77.8ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 200 OK (12ms) Served asset /editor_spec.js - 304 Not Modified (19ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor/editor.js (0ms) (pid 85774) Compiled editor_spec.js (71ms) (pid 85774) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (99.9ms) Completed 200 OK in 105ms (Views: 103.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 200 OK (3ms) Served asset /editor_spec.js - 304 Not Modified (19ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-27 10:48:22 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.2ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (195.4ms) Completed 200 OK in 244ms (Views: 212.4ms | ActiveRecord: 1.6ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 10:48:23 -0800 Compiled active_admin/editor.js (12ms) (pid 86094) Compiled active_admin.js (5ms) (pid 86094) Served asset /active_admin.js - 200 OK (332ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 10:48:23 -0800 Served asset /active_admin.css - 304 Not Modified (9ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-27 10:48:23 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (2ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-27 10:48:23 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (3ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-27 10:48:23 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 10:48:25 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (33.5ms) Completed 200 OK in 39ms (Views: 31.9ms | ActiveRecord: 4.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 10:48:25 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 10:48:25 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 86094) Served asset /active_admin/editor/wysiwyg.css - 200 OK (23ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 10:48:42 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.4ms) Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 10:48:42 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 10:48:42 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 10:48:42 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 10:51:24 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.9ms) Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 10:51:24 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 10:51:24 -0800 Served asset /active_admin.css - 304 Not Modified (26ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 10:51:24 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 10:51:36 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (120.0ms) Completed 200 OK in 164ms (Views: 131.3ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 10:51:36 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 10:51:36 -0800 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 10:51:36 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 10:51:36 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (5ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 10:53:53 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.6ms) Completed 200 OK in 117ms (Views: 28.4ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 10:53:54 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 10:53:54 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 10:53:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 10:53:54 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 10:54:12 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.3ms) Completed 200 OK in 56ms (Views: 26.0ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 10:54:13 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 10:54:13 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 10:54:13 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 10:54:13 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 10:54:47 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (124.9ms) Completed 200 OK in 168ms (Views: 135.1ms | ActiveRecord: 5.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 10:54:47 -0800 Served asset /active_admin.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 10:54:47 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 10:54:47 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 10:54:48 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (5ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 10:55:26 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.4ms) Completed 200 OK in 112ms (Views: 26.2ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 10:55:26 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 10:55:26 -0800 Compiled active_admin/editor/editor.js (0ms) (pid 86761) Compiled active_admin/editor.js (13ms) (pid 86761) Compiled active_admin.js (5ms) (pid 86761) Served asset /active_admin.js - 200 OK (69ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 10:55:26 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 10:55:26 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 10:55:36 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.0ms) Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 10:55:36 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 10:55:36 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 10:55:36 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 10:55:36 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.0ms) Completed 200 OK in 23ms (Views: 21.4ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (4ms) Served asset /konacha.css - 304 Not Modified (14ms) Served asset /mocha.js - 304 Not Modified (11ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled templates/editor.js (0ms) (pid 87061) Compiled spec_helper.js (4ms) (pid 87061) Compiled active_admin/editor/editor.js (0ms) (pid 87061) Compiled editor_spec.js (14ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (111.9ms) Completed 200 OK in 119ms (Views: 116.7ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (2ms) Served asset /chai-jquery.js - 304 Not Modified (3ms) Served asset /sinon-chai.js - 304 Not Modified (2ms) Served asset /chai.js - 304 Not Modified (27ms) Served asset /application.css - 304 Not Modified (47ms) Served asset /sinon.js - 304 Not Modified (28ms) Served asset /templates/editor.js - 200 OK (3ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (52ms) Served asset /active_admin/editor/editor.js - 200 OK (9ms) Served asset /spec_helper.js - 304 Not Modified (30ms) Served asset /editor_spec.js - 304 Not Modified (18ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 5ms (Views: 3.1ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (11ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (125.8ms) Completed 200 OK in 130ms (Views: 129.1ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (11ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (80.9ms) Completed 200 OK in 86ms (Views: 84.2ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (15ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (11ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (78.5ms) Completed 200 OK in 83ms (Views: 81.5ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (11ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (74.7ms) Completed 200 OK in 79ms (Views: 77.8ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (6ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (17ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (40ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (63.3ms) Completed 200 OK in 71ms (Views: 68.6ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (12ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (76.0ms) Completed 200 OK in 80ms (Views: 79.2ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (12ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (88.8ms) Completed 200 OK in 94ms (Views: 92.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (12ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 3ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (85.1ms) Completed 200 OK in 90ms (Views: 88.4ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (5ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (71ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.8ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (11ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (34.0ms) Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (11ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (11ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (83.7ms) Completed 200 OK in 88ms (Views: 87.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (13ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (78.1ms) Completed 200 OK in 82ms (Views: 81.2ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (11ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.8ms) Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (11ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (147.0ms) Completed 200 OK in 151ms (Views: 150.1ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (12ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.1ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (11ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (85.9ms) Completed 200 OK in 91ms (Views: 89.6ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (85.0ms) Completed 200 OK in 91ms (Views: 89.4ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (147.5ms) Completed 200 OK in 152ms (Views: 150.8ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (12ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (3.9ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 26ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:19:06 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.8ms) Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:19:07 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:19:07 -0800 Compiled active_admin/editor/toolbar.js (0ms) (pid 86761) Compiled active_admin/editor.js (21ms) (pid 86761) Compiled active_admin.js (6ms) (pid 86761) Served asset /active_admin.js - 200 OK (84ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 11:19:07 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:22:28 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (308.9ms) Completed 200 OK in 350ms (Views: 319.0ms | ActiveRecord: 5.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:22:28 -0800 Served asset /active_admin.css - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:22:28 -0800 Compiled active_admin/editor/toolbar.js (0ms) (pid 87354) Compiled active_admin/editor.js (23ms) (pid 87354) Compiled active_admin.js (6ms) (pid 87354) Served asset /active_admin.js - 200 OK (116ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:22:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 11:22:29 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:24:39 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.5ms) Completed 200 OK in 27ms (Views: 24.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:24:39 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:24:39 -0800 Compiled active_admin/editor/toolbar.js (0ms) (pid 87354) Compiled active_admin/editor/editor.js (9ms) (pid 87354) Compiled active_admin/editor.js (11ms) (pid 87354) Compiled active_admin.js (5ms) (pid 87354) Served asset /active_admin.js - 200 OK (54ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:24:39 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 11:24:39 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:26:11 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (122.7ms) Completed 200 OK in 166ms (Views: 133.2ms | ActiveRecord: 5.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:26:11 -0800 Served asset /active_admin.css - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:26:11 -0800 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:26:11 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (5ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:28:00 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.7ms) Completed 200 OK in 28ms (Views: 26.1ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:28:00 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:28:00 -0800 Compiled active_admin/editor/editor.js (59ms) (pid 87404) Compiled active_admin/editor.js (10ms) (pid 87404) Compiled active_admin.js (5ms) (pid 87404) Served asset /active_admin.js - 200 OK (124ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:28:00 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:28:00 -0800 Processing by Admin::PagesController#edit as */* Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.1ms) Completed 200 OK in 30ms (Views: 27.5ms | ActiveRecord: 0.4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:28:46 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.3ms) Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:28:46 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:28:46 -0800 Compiled active_admin/editor/editor.js (4ms) (pid 87404) Compiled active_admin/editor.js (10ms) (pid 87404) Compiled active_admin.js (5ms) (pid 87404) Served asset /active_admin.js - 200 OK (67ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:28:46 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:28:46 -0800 Processing by Admin::PagesController#edit as */* Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (26.2ms) Completed 200 OK in 31ms (Views: 29.2ms | ActiveRecord: 0.4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:29:01 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (43.1ms) Completed 200 OK in 47ms (Views: 45.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:29:01 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:29:01 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:29:01 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:29:01 -0800 Processing by Admin::PagesController#edit as */* Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (28.2ms) Completed 200 OK in 33ms (Views: 30.6ms | ActiveRecord: 0.4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:30:56 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.3ms) Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:30:56 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:30:56 -0800 Compiled active_admin/editor/editor.js (5ms) (pid 87404) Compiled active_admin/editor.js (12ms) (pid 87404) Compiled active_admin.js (6ms) (pid 87404) Served asset /active_admin.js - 200 OK (68ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:30:57 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:30:57 -0800 Processing by Admin::PagesController#edit as */* Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (30.0ms) Completed 200 OK in 35ms (Views: 32.6ms | ActiveRecord: 0.4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:34:49 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (47.0ms) Completed 200 OK in 52ms (Views: 49.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:34:49 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:34:49 -0800 Compiled active_admin/editor/editor.js (4ms) (pid 87404) Compiled active_admin/editor.js (10ms) (pid 87404) Compiled active_admin.js (5ms) (pid 87404) Served asset /active_admin.js - 200 OK (116ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:34:49 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:34:49 -0800 Processing by Admin::PagesController#edit as */* Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.1ms) Completed 200 OK in 26ms (Views: 24.4ms | ActiveRecord: 0.4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:36:41 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.2ms) Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:36:41 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:36:41 -0800 Compiled active_admin/editor/toolbar.js (0ms) (pid 87404) Compiled active_admin/editor/editor.js (4ms) (pid 87404) Compiled active_admin/editor/config.js (0ms) (pid 87404) Compiled active_admin/editor.js (11ms) (pid 87404) Compiled active_admin.js (5ms) (pid 87404) Served asset /active_admin.js - 200 OK (83ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:36:42 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 11:36:42 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (3ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:39:37 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (2174ms) (pid 87510) Page Load (4.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (2314.3ms) Completed 200 OK in 2357ms (Views: 2324.9ms | ActiveRecord: 5.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:39:39 -0800 Served asset /active_admin.css - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:39:39 -0800 Compiled jquery.js (2ms) (pid 87510) Compiled jquery-ui.js (6ms) (pid 87510) Compiled jquery_ujs.js (0ms) (pid 87510) Compiled active_admin/application.js (0ms) (pid 87510) Compiled active_admin/base.js (46ms) (pid 87510) Compiled wysihtml5.js (2ms) (pid 87510) Compiled active_admin/editor/toolbar.js (0ms) (pid 87510) Compiled active_admin/editor/editor.js (11ms) (pid 87510) Compiled active_admin/editor/config.js (1ms) (pid 87510) Compiled active_admin/editor/parser_rules.js (0ms) (pid 87510) Compiled active_admin/editor.js (59ms) (pid 87510) Compiled active_admin.js (141ms) (pid 87510) Served asset /active_admin.js - 200 OK (156ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:39:39 -0800 Compiled active_admin/editor/wysiwyg.css (0ms) (pid 87510) Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (11ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 11:39:40 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (7ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:42:27 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (24.8ms) Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:42:27 -0800 Compiled active_admin/editor/templates/toolbar.js (0ms) (pid 87510) Compiled active_admin/editor/editor.js (9ms) (pid 87510) Compiled active_admin/editor.js (12ms) (pid 87510) Compiled active_admin.js (5ms) (pid 87510) Served asset /active_admin.js - 200 OK (126ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:42:27 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 11:42:27 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:42:40 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (123.8ms) Completed 200 OK in 166ms (Views: 134.3ms | ActiveRecord: 5.1ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:42:40 -0800 Served asset /active_admin.css - 304 Not Modified (10ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:42:40 -0800 Served asset /active_admin.js - 304 Not Modified (17ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 11:42:41 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:42:53 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (25.3ms) Completed 200 OK in 30ms (Views: 27.7ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:42:54 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:42:54 -0800 Compiled active_admin/editor/editor.js (58ms) (pid 87556) Compiled active_admin/editor.js (11ms) (pid 87556) Compiled active_admin.js (5ms) (pid 87556) Served asset /active_admin.js - 200 OK (128ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:42:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 11:42:54 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:43:54 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.2ms) Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:43:54 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:43:54 -0800 Compiled active_admin/editor/templates/toolbar.js (0ms) (pid 87556) Compiled active_admin/editor/editor.js (4ms) (pid 87556) Compiled active_admin/editor.js (12ms) (pid 87556) Compiled active_admin.js (6ms) (pid 87556) Served asset /active_admin.js - 200 OK (81ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:43:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:45:28 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.5ms) Completed 200 OK in 26ms (Views: 23.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:45:28 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:45:28 -0800 Compiled active_admin/editor/editor.js (5ms) (pid 87556) Compiled active_admin/editor.js (37ms) (pid 87556) Compiled active_admin.js (5ms) (pid 87556) Served asset /active_admin.js - 200 OK (78ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:46:12 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.9ms) Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:46:12 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:46:13 -0800 Compiled active_admin/editor/editor.js (5ms) (pid 87556) Compiled active_admin/editor.js (15ms) (pid 87556) Compiled active_admin.js (6ms) (pid 87556) Served asset /active_admin.js - 200 OK (107ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:46:27 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.7ms) Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:46:27 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:46:27 -0800 Compiled active_admin/editor/editor.js (5ms) (pid 87556) Compiled active_admin/editor.js (12ms) (pid 87556) Compiled active_admin.js (5ms) (pid 87556) Served asset /active_admin.js - 200 OK (151ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:46:27 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/config.js" for 127.0.0.1 at 2012-12-27 11:46:43 -0800 Served asset /active_admin/editor/config.js - 200 OK (7ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:47:27 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.3ms) Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:47:28 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:47:28 -0800 Compiled active_admin/editor/editor.js (5ms) (pid 87556) Compiled active_admin/editor.js (12ms) (pid 87556) Compiled active_admin.js (5ms) (pid 87556) Served asset /active_admin.js - 200 OK (56ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:47:28 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:47:38 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (44.6ms) Completed 200 OK in 49ms (Views: 47.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:47:38 -0800 Compiled active_admin/editor/editor.js (5ms) (pid 87556) Compiled active_admin/editor.js (13ms) (pid 87556) Compiled active_admin.js (6ms) (pid 87556) Served asset /active_admin.js - 200 OK (69ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:47:38 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:48:17 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (72.8ms) Completed 200 OK in 77ms (Views: 75.0ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:48:18 -0800 Error compiling asset active_admin.js: Sprockets::ArgumentError: require_tree argument must be a relative path (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/editor.js:1) Served asset /active_admin.js - 500 Internal Server Error Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:48:18 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:48:24 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.1ms) Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:48:24 -0800 Error compiling asset active_admin.js: Sprockets::ArgumentError: require_tree argument must be a directory (in /Users/ejholmes/Source/active_admin_editor/app/assets/javascripts/active_admin/editor/editor.js:1) Served asset /active_admin.js - 500 Internal Server Error Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:48:24 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:48:32 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.2ms) Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:48:32 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:48:32 -0800 Compiled active_admin/editor/templates/uploader.js (0ms) (pid 87556) Compiled active_admin/editor/editor.js (7ms) (pid 87556) Compiled active_admin/editor.js (13ms) (pid 87556) Compiled active_admin.js (5ms) (pid 87556) Served asset /active_admin.js - 200 OK (105ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:49:19 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (42.4ms) Completed 200 OK in 46ms (Views: 44.6ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:49:19 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:49:19 -0800 Compiled active_admin/editor/editor.js (1ms) (pid 87556) Compiled active_admin/editor.js (14ms) (pid 87556) Compiled active_admin.js (5ms) (pid 87556) Served asset /active_admin.js - 200 OK (68ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:49:19 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 11:49:20 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:49:49 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (24.5ms) Completed 200 OK in 30ms (Views: 27.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:49:49 -0800 Compiled active_admin/editor/editor.js (1ms) (pid 87556) Compiled active_admin/editor.js (16ms) (pid 87556) Compiled active_admin.js (6ms) (pid 87556) Served asset /active_admin.js - 200 OK (102ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:49:49 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:49:50 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 11:49:50 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-27 11:50:17 -0800 Processing by Admin::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oIBLV8EolSnO1haqCo/pofB5kHMl1wLO21Bnu+IeMbo=", "page"=>{"title"=>"

Hello

", "content"=>"

\"\"Lorem Ipsm

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel erat faucibus quam consectetur venenatis. In euismod faucibus risus. Curabitur id dolor vitae sem elementum porttitor eget vel ligula. Fusce tincidunt tellus a dolor volutpat vitae iaculis purus dignissim. In hac habitasse platea dictumst. Maecenas quis risus lacus, id dictum neque. Vestibulum sit amet lectus arcu.

Fusce vehicula sodales lectus a aliquet. Duis ut enim sit amet nibh bibendum laoreet. Etiam nunc tellus, rutrum eu vulputate sit amet, cursus malesuada lorem. Praesent pellentesque eros in dui congue vehicula. Vestibulum est nibh, imperdiet id malesuada sed, rutrum vitae magna. Praesent vitae odio magna. Duis sollicitudin consectetur quam nec elementum. Ut rhoncus urna ac dui aliquet mollis. Ut vitae aliquam magna. Praesent enim nisl, ultrices quis ornare at, sodales sit amet massa. Nam nibh justo, volutpat quis mollis at, cursus ac sapien. Pellentesque condimentum convallis lorem, eu auctor arcu ornare vitae.

Etiam eu lacus sit amet justo facilisis suscipit a dictum ipsum.

Mauris pellentesque laoreet mauris ut lacinia. Curabitur a lectus id massa auctor facilisis in et leo. Phasellus a ipsum ipsum, in ultricies turpis. Etiam eu massa ut orci cursus pharetra in sit amet massa. In at nulla felis. Aenean non nibh est. Ut ante elit, lacinia non imperdiet non, imperdiet quis metus. Duis sit amet lectus ipsum, vitae tincidunt sem. Etiam ac diam at nulla sollicitudin molestie eget sit amet diam.

"}, "file"=>"crossdomain.xml", "_wysihtml5_mode"=>"1", "commit"=>"Update Page", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (2.5ms) UPDATE "pages" SET "content" = '

Lorem Ipsm

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel erat faucibus quam consectetur venenatis. In euismod faucibus risus. Curabitur id dolor vitae sem elementum porttitor eget vel ligula. Fusce tincidunt tellus a dolor volutpat vitae iaculis purus dignissim. In hac habitasse platea dictumst. Maecenas quis risus lacus, id dictum neque. Vestibulum sit amet lectus arcu.

Fusce vehicula sodales lectus a aliquet. Duis ut enim sit amet nibh bibendum laoreet. Etiam nunc tellus, rutrum eu vulputate sit amet, cursus malesuada lorem. Praesent pellentesque eros in dui congue vehicula. Vestibulum est nibh, imperdiet id malesuada sed, rutrum vitae magna. Praesent vitae odio magna. Duis sollicitudin consectetur quam nec elementum. Ut rhoncus urna ac dui aliquet mollis. Ut vitae aliquam magna. Praesent enim nisl, ultrices quis ornare at, sodales sit amet massa. Nam nibh justo, volutpat quis mollis at, cursus ac sapien. Pellentesque condimentum convallis lorem, eu auctor arcu ornare vitae.

Etiam eu lacus sit amet justo facilisis suscipit a dictum ipsum.

Mauris pellentesque laoreet mauris ut lacinia. Curabitur a lectus id massa auctor facilisis in et leo. Phasellus a ipsum ipsum, in ultricies turpis. Etiam eu massa ut orci cursus pharetra in sit amet massa. In at nulla felis. Aenean non nibh est. Ut ante elit, lacinia non imperdiet non, imperdiet quis metus. Duis sit amet lectus ipsum, vitae tincidunt sem. Etiam ac diam at nulla sollicitudin molestie eget sit amet diam.

', "updated_at" = '2012-12-27 19:50:17.147503' WHERE "pages"."id" = 1  (2.4ms) commit transaction Redirected to http://localhost:3000/admin/pages/1 Completed 302 Found in 26ms (ActiveRecord: 0.0ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-27 11:50:17 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/show.html.arb (39.7ms) Completed 200 OK in 61ms (Views: 57.8ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:50:17 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:50:17 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:50:22 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.2ms) Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:50:22 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:50:22 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:50:22 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 11:50:22 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled chai-jquery.js (0ms) (pid 87061) Compiled sinon.js (1ms) (pid 87061) Compiled sinon-chai.js (0ms) (pid 87061) Compiled templates/editor.js (0ms) (pid 87061) Compiled spec_helper.js (60ms) (pid 87061) Compiled support/mock_wysihtml5.js (0ms) (pid 87061) Compiled editor_spec.js (92ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (130.6ms) Completed 200 OK in 135ms (Views: 134.1ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 200 OK (4ms) Served asset /active_admin/editor/templates/uploader.js - 200 OK (4ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 200 OK (7ms) Served asset /editor_spec.js - 304 Not Modified (13ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:51:43 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.9ms) Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:51:43 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:51:43 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:51:43 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 11:51:43 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled templates/editor.js (0ms) (pid 87061) Compiled spec_helper.js (4ms) (pid 87061) Compiled editor_spec.js (11ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (72.5ms) Completed 200 OK in 77ms (Views: 75.6ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 200 OK (10ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (30ms) Served asset /editor_spec.js - 304 Not Modified (25ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (11ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (104.9ms) Completed 200 OK in 110ms (Views: 108.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (13ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (84.7ms) Completed 200 OK in 89ms (Views: 87.9ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (19ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (4.5ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (7ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 304 Not Modified (1ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 11:55:28 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (45.7ms) Completed 200 OK in 50ms (Views: 48.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 11:55:29 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 11:55:29 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 11:55:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 11:55:29 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 12:01:05 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.5ms) Completed 200 OK in 28ms (Views: 25.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:01:05 -0800 Compiled active_admin/editor/templates/toolbar.js (0ms) (pid 87556) Compiled active_admin/editor/editor.js (1ms) (pid 87556) Compiled active_admin/editor.js (14ms) (pid 87556) Compiled active_admin.js (6ms) (pid 87556) Served asset /active_admin.js - 200 OK (61ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:01:05 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 12:01:19 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (23.8ms) Completed 200 OK in 28ms (Views: 26.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:01:19 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:01:19 -0800 Compiled active_admin/editor/editor.js (1ms) (pid 87556) Compiled active_admin/editor.js (38ms) (pid 87556) Compiled active_admin.js (6ms) (pid 87556) Served asset /active_admin.js - 200 OK (78ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 12:01:19 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 12:01:34 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.5ms) Completed 200 OK in 28ms (Views: 24.9ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:01:34 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:01:35 -0800 Compiled active_admin/editor/editor.js (1ms) (pid 87556) Compiled active_admin/editor.js (14ms) (pid 87556) Compiled active_admin.js (5ms) (pid 87556) Served asset /active_admin.js - 200 OK (103ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 12:01:35 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 12:01:35 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (14ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (171.1ms) Completed 200 OK in 178ms (Views: 176.1ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 200 OK (9ms) Served asset /active_admin/editor/templates/toolbar.js - 200 OK (22ms) Served asset /editor_spec.js - 304 Not Modified (25ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 12:02:29 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.0ms) Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:02:29 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:02:29 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 12:02:30 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 12:02:30 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 12:04:19 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (20.4ms) Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:04:20 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:04:20 -0800 Compiled active_admin/editor/editor.js (1ms) (pid 87556) Compiled active_admin/editor.js (13ms) (pid 87556) Compiled active_admin.js (5ms) (pid 87556) Served asset /active_admin.js - 200 OK (67ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 12:04:20 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 12:04:20 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 12:04:40 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (21.5ms) Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:04:40 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:04:40 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 12:04:40 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 12:04:40 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.3ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (11ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (176.6ms) Completed 200 OK in 182ms (Views: 180.2ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 200 OK (7ms) Served asset /editor_spec.js - 200 OK (13ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (10ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (76.2ms) Completed 200 OK in 80ms (Views: 79.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (15ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.8ms) Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (159.4ms) Completed 200 OK in 164ms (Views: 162.6ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (15ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.8ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (84.1ms) Completed 200 OK in 88ms (Views: 87.3ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (16ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 12:07:47 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (22.9ms) Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:07:47 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:07:47 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 12:07:47 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 12:07:47 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin" for 127.0.0.1 at 2012-12-27 12:10:47 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/dashboard/index.html.arb (13.6ms) Completed 200 OK in 80ms (Views: 78.2ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:10:47 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:10:47 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 12:10:48 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.2ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (84.5ms) Completed 200 OK in 96ms (Views: 86.7ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:10:48 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:10:48 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-27 12:10:48 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (29ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-27 12:10:48 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (6ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-27 12:10:48 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (6ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 12:12:00 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (67.3ms) Completed 200 OK in 72ms (Views: 69.5ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:12:00 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:12:00 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 12:15:28 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin.css (1254ms) (pid 88597) Compiled active_admin/editor.css (966ms) (pid 88597) Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (2612.1ms) Completed 200 OK in 2658ms (Views: 2626.3ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-27 12:15:31 -0800 Served asset /active_admin/editor/wysiwyg.css - 200 OK (5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:15:31 -0800 Served asset /active_admin.css - 200 OK (9ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-27 12:15:31 -0800 Served asset /active_admin/editor.css - 200 OK (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:15:31 -0800 Compiled active_admin.js (4ms) (pid 88597) Served asset /active_admin.js - 200 OK (33ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-27 12:15:31 -0800 Served asset /active_admin/editor.js - 200 OK (19ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-27 12:15:31 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (4ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-27 12:15:31 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-27 12:15:36 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (64.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (116.5ms) Completed 200 OK in 123ms (Views: 54.9ms | ActiveRecord: 64.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:15:36 -0800 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:15:36 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-27 12:15:36 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-27 12:15:36 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (17ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-12-27 12:16:48 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (259.8ms) Completed 200 OK in 302ms (Views: 273.7ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:16:48 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-27 12:16:48 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-27 12:16:49 -0800 Served asset /active_admin/editor.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:16:49 -0800 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-27 12:16:49 -0800 Served asset /active_admin/editor.js - 304 Not Modified (13ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-27 12:16:51 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/show.html.arb (52.6ms) Completed 200 OK in 119ms (Views: 115.7ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-27 12:16:51 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-27 12:16:51 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-27 12:16:51 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-27 12:16:51 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-27 12:16:51 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-27 12:17:02 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (12ms) (pid 87061) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (38.1ms) Completed 200 OK in 43ms (Views: 41.5ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Compiled application.css (22ms) (pid 87061) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /application.css - 200 OK (58ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (18ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.5ms) Completed 200 OK in 62ms (Views: 60.2ms | ActiveRecord: 0.0ms) Compiled mocha.css (0ms) (pid 91897) Compiled konacha.css (18ms) (pid 91897) Compiled konacha/parent.js (0ms) (pid 91897) Served asset /konacha.css - 200 OK (46ms) Compiled konacha/runner.js (0ms) (pid 91897) Served asset /konacha/parent.js - 200 OK (38ms) Compiled mocha.js (2ms) (pid 91897) Served asset /konacha/runner.js - 200 OK (41ms) Served asset /mocha.js - 200 OK (49ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (133.3ms) Completed 200 OK in 140ms (Views: 137.7ms | ActiveRecord: 0.0ms) Compiled chai.js (5ms) (pid 91897) Served asset /chai-jquery.js - 200 OK (1ms) Compiled konacha/iframe.js (3ms) (pid 91897) Served asset /chai.js - 200 OK (25ms) Served asset /sinon-chai.js - 200 OK (2ms) Served asset /konacha/iframe.js - 200 OK (47ms) Served asset /templates/editor.js - 200 OK (6ms) Served asset /sinon.js - 200 OK (31ms) Served asset /support/mock_wysihtml5.js - 200 OK (3ms) Served asset /active_admin/editor/templates/toolbar.js - 200 OK (8ms) Served asset /active_admin/editor/templates/uploader.js - 200 OK (3ms) Served asset /jquery.js - 200 OK (67ms) Served asset /active_admin/editor/editor.js - 200 OK (10ms) Served asset /application.css - 200 OK (132ms) Served asset /editor_spec.js - 200 OK (155ms) Served asset /spec_helper.js - 200 OK (187ms) Connecting to database specified by database.yml Connecting to database specified by database.yml  (31.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.4ms) select sqlite_version(*)  (3.3ms) DROP TABLE "active_admin_comments"  (3.4ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.5ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (3.0ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (2.8ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (2.7ms) DROP TABLE "admin_users"  (3.6ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.0ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (2.7ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.8ms) DROP TABLE "pages"  (2.8ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (53.1ms) DROP TABLE "active_admin_comments"  (3.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.1ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (2.7ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (3.3ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.0ms) DROP TABLE "admin_users"  (5.2ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.1ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (2.6ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (4.1ms) DROP TABLE "pages"  (3.2ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (55.0ms) DROP TABLE "active_admin_comments"  (3.9ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.6ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (4.4ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (4.7ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (4.6ms) DROP TABLE "admin_users"  (5.1ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (2.9ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (2.9ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (4.2ms) DROP TABLE "pages"  (4.5ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (118.6ms) DROP TABLE "active_admin_comments"  (3.0ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.0ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (2.5ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (2.6ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.1ms) DROP TABLE "admin_users"  (3.2ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (2.5ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (3.5ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.6ms) DROP TABLE "pages"  (2.6ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (106.3ms) DROP TABLE "active_admin_comments"  (77.3ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (20.5ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (4.7ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (4.6ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (6.3ms) DROP TABLE "admin_users"  (7.8ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.7ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (5.9ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.5ms) DROP TABLE "pages"  (4.4ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (49.9ms) DROP TABLE "active_admin_comments"  (3.8ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.5ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (2.9ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (3.1ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.8ms) DROP TABLE "admin_users"  (3.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.2ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (2.9ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.9ms) DROP TABLE "pages"  (3.2ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (8.6ms) Completed 200 OK in 43ms (Views: 40.9ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 200 OK (11ms) Served asset /konacha/runner.js - 200 OK (8ms) Served asset /konacha.css - 200 OK (22ms) Served asset /mocha.js - 200 OK (29ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled jquery.js (2ms) (pid 2028) Compiled active_admin/editor/templates/toolbar.js (0ms) (pid 2028) Compiled active_admin/editor/templates/uploader.js (0ms) (pid 2028) Compiled active_admin/editor/editor.js (1ms) (pid 2028) Compiled editor_spec.js (117ms) (pid 2028) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (244.8ms) Completed 200 OK in 250ms (Views: 248.8ms | ActiveRecord: 0.0ms) Served asset /jquery.js - 200 OK (5ms) Served asset /chai-jquery.js - 200 OK (1ms) Served asset /sinon-chai.js - 200 OK (2ms) Served asset /sinon.js - 200 OK (15ms) Served asset /konacha/iframe.js - 200 OK (20ms) Served asset /templates/editor.js - 200 OK (7ms) Served asset /support/mock_wysihtml5.js - 200 OK (10ms) Served asset /active_admin/editor/templates/toolbar.js - 200 OK (4ms) Served asset /active_admin/editor/templates/uploader.js - 200 OK (4ms) Served asset /active_admin/editor/editor.js - 200 OK (5ms) Served asset /chai.js - 200 OK (134ms) Served asset /spec_helper.js - 200 OK (216ms) Served asset /editor_spec.js - 200 OK (255ms) Compiled active_admin.css (954ms) (pid 2028) Served asset /application.css - 200 OK (1054ms) Connecting to database specified by database.yml  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (3.2ms) DROP TABLE "active_admin_comments"  (3.4ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.2ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (2.9ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (2.9ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (2.8ms) DROP TABLE "admin_users"  (4.8ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (4.3ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (2.8ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.8ms) DROP TABLE "pages"  (4.1ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.2ms) Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 200 OK (7ms) Served asset /konacha/parent.js - 200 OK (2ms) Served asset /konacha/runner.js - 200 OK (2ms) Served asset /mocha.js - 200 OK (12ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled jquery.js (2ms) (pid 2067) Compiled active_admin/editor/templates/toolbar.js (0ms) (pid 2067) Compiled active_admin/editor/templates/uploader.js (0ms) (pid 2067) Compiled active_admin/editor/editor.js (1ms) (pid 2067) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (187.0ms) Completed 200 OK in 192ms (Views: 190.4ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 200 OK (2ms) Served asset /chai-jquery.js - 200 OK (1ms) Served asset /sinon-chai.js - 200 OK (2ms) Served asset /chai.js - 200 OK (26ms) Served asset /templates/editor.js - 200 OK (4ms) Served asset /sinon.js - 200 OK (17ms) Served asset /support/mock_wysihtml5.js - 200 OK (3ms) Served asset /active_admin/editor/templates/uploader.js - 200 OK (3ms) Served asset /jquery.js - 200 OK (43ms) Served asset /active_admin/editor/templates/toolbar.js - 200 OK (8ms) Served asset /active_admin/editor/editor.js - 200 OK (7ms) Served asset /spec_helper.js - 200 OK (463ms) Served asset /editor_spec.js - 200 OK (625ms) Compiled active_admin.css (908ms) (pid 2067) Served asset /application.css - 200 OK (978ms) Connecting to database specified by database.yml  (2.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (54.3ms) DROP TABLE "active_admin_comments"  (4.3ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.7ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (3.1ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (2.9ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.7ms) DROP TABLE "admin_users"  (3.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (2.9ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (2.7ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.0ms) DROP TABLE "pages"  (3.2ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (50.5ms) DROP TABLE "active_admin_comments"  (3.8ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.9ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (4.4ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (3.6ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (4.2ms) DROP TABLE "admin_users"  (3.1ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.9ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (3.5ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (4.0ms) DROP TABLE "pages"  (2.6ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (89.0ms) DROP TABLE "active_admin_comments"  (3.9ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.8ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (3.3ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (4.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.2ms) DROP TABLE "admin_users"  (4.3ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (2.9ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (3.5ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.1ms) DROP TABLE "pages"  (2.6ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (58.8ms) DROP TABLE "active_admin_comments"  (3.9ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.6ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (3.3ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (3.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.7ms) DROP TABLE "admin_users"  (4.1ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.3ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (3.2ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (4.1ms) DROP TABLE "pages"  (4.3ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (96.2ms) DROP TABLE "active_admin_comments"  (4.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.8ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (4.4ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (3.3ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.0ms) DROP TABLE "admin_users"  (3.5ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (4.3ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (3.2ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.7ms) DROP TABLE "pages"  (3.9ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (49.8ms) DROP TABLE "active_admin_comments"  (4.4ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.8ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (3.5ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (4.1ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (4.6ms) DROP TABLE "admin_users"  (3.4ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.8ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (2.8ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.8ms) DROP TABLE "pages"  (4.0ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (50.3ms) DROP TABLE "active_admin_comments"  (3.8ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (4.2ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (4.3ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (3.7ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (4.4ms) DROP TABLE "admin_users"  (3.6ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.8ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (3.2ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (2.9ms) DROP TABLE "pages"  (3.5ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (52.8ms) DROP TABLE "active_admin_comments"  (4.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.9ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (3.6ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (4.5ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.4ms) DROP TABLE "admin_users"  (3.7ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (4.1ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (3.5ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.1ms) DROP TABLE "pages"  (2.9ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (85.1ms) DROP TABLE "active_admin_comments"  (4.4ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (5.0ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (3.1ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (3.0ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (2.9ms) DROP TABLE "admin_users"  (3.8ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (33.2ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (3.9ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.4ms) DROP TABLE "pages"  (3.3ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-28 10:02:43 -0800 Processing by Admin::PagesController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/admin/login" for 127.0.0.1 at 2012-12-28 10:02:43 -0800 Processing by ActiveAdmin::Devise::SessionsController#new as HTML DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from realtime at /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/devise/shared/_links.erb (1.3ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (90.0ms) Compiled active_admin.css (1258ms) (pid 6204) Compiled active_admin/editor.css (997ms) (pid 6204) Compiled active_admin/editor/wysiwyg.css (0ms) (pid 6204) Compiled jquery.js (2ms) (pid 6204) Compiled jquery-ui.js (5ms) (pid 6204) Compiled jquery_ujs.js (0ms) (pid 6204) Compiled active_admin/application.js (0ms) (pid 6204) Compiled active_admin/base.js (41ms) (pid 6204) Compiled active_admin.js (48ms) (pid 6204) Compiled wysihtml5.js (2ms) (pid 6204) Compiled active_admin/editor/templates/toolbar.js (0ms) (pid 6204) Compiled active_admin/editor/templates/uploader.js (0ms) (pid 6204) Compiled active_admin/editor/editor.js (34ms) (pid 6204) Compiled active_admin/editor/config.js (1ms) (pid 6204) Compiled active_admin/editor/parser_rules.js (0ms) (pid 6204) Compiled active_admin/editor.js (68ms) (pid 6204) Completed 200 OK in 2783ms (Views: 2745.8ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /active_admin.css - 200 OK (9ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /active_admin/editor.css - 200 OK (9ms) Started GET "/assets/active_admin/editor/templates/toolbar.js?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /active_admin/editor/templates/toolbar.js - 200 OK (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /active_admin/editor/wysiwyg.css - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /jquery-ui.js - 200 OK (4ms) Started GET "/assets/active_admin/editor/templates/uploader.js?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /active_admin/editor/templates/uploader.js - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /active_admin/base.js - 304 Not Modified (13ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /active_admin/application.js - 304 Not Modified (4ms) Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /wysihtml5.js - 304 Not Modified (5ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /active_admin.js - 200 OK (7ms) Started GET "/assets/active_admin/editor/editor.js?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /active_admin/editor/editor.js - 200 OK (5ms) Started GET "/assets/active_admin/editor/config.js?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /active_admin/editor/config.js - 200 OK (3ms) Started GET "/assets/active_admin/editor/parser_rules.js?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /active_admin/editor/parser_rules.js - 200 OK (4ms) Started GET "/assets/active_admin/editor.js?body=1" for 127.0.0.1 at 2012-12-28 10:02:46 -0800 Served asset /active_admin/editor.js - 200 OK (8ms) Started POST "/admin/login" for 127.0.0.1 at 2012-12-28 10:02:52 -0800 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Yx6jPuDt5yUYFmI2O+SqIe0BUDrx+DiDxTeQ7sVjAM0=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1  (0.1ms) begin transaction  (0.3ms) UPDATE "admin_users" SET "last_sign_in_at" = '2012-12-27 08:38:42.226865', "current_sign_in_at" = '2012-12-28 18:02:52.603365', "sign_in_count" = 5, "updated_at" = '2012-12-28 18:02:52.606042' WHERE "admin_users"."id" = 1  (2.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 114ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-12-28 10:02:52 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Exists (0.1ms) SELECT 1 AS one FROM "pages" LIMIT 1 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "pages"   (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/index.html.arb (161.8ms) Completed 200 OK in 178ms (Views: 171.0ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-28 10:02:52 -0800 Served asset /active_admin.js - 200 OK (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-28 10:02:52 -0800 Served asset /active_admin/editor.js - 200 OK (0ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-28 10:02:53 -0800 Served asset /active_admin/orderable.png - 200 OK (3ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-28 10:02:53 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 200 OK (3ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-28 10:02:53 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 200 OK (3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-28 10:02:54 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (43.7ms) Completed 200 OK in 111ms (Views: 107.7ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-28 10:02:55 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-28 10:02:55 -0800 Served asset /active_admin/editor/wysiwyg.css - 200 OK (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-28 10:02:55 -0800 Served asset /active_admin/editor/loader.gif - 200 OK (2ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-28 10:03:07 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (35.5ms) Completed 200 OK in 41ms (Views: 37.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-28 10:03:07 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-28 10:03:07 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-28 10:03:07 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-28 10:03:07 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-28 10:03:07 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-28 10:03:07 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-28 10:03:07 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-28 10:03:07 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-28 10:04:39 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (156.6ms) Completed 200 OK in 200ms (Views: 166.9ms | ActiveRecord: 5.4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-28 10:04:39 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-28 10:04:39 -0800 Served asset /active_admin.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-28 10:04:39 -0800 Served asset /active_admin.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-28 10:04:39 -0800 Served asset /active_admin/editor.css - 304 Not Modified (8ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-28 10:04:39 -0800 Served asset /active_admin/editor.js - 304 Not Modified (70ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-28 10:04:39 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-28 10:04:39 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-28 10:05:27 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (33.5ms) Completed 200 OK in 38ms (Views: 35.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-28 10:05:27 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-28 10:05:27 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-28 10:05:27 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-28 10:05:27 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-28 10:05:27 -0800 Compiled active_admin/editor/editor.js (2ms) (pid 6338) Compiled active_admin/editor.js (8ms) (pid 6338) Served asset /active_admin/editor.js - 200 OK (64ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-28 10:05:27 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-28 10:05:27 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-28 10:07:03 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (31.9ms) Completed 200 OK in 36ms (Views: 34.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-28 10:07:03 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-28 10:07:03 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-28 10:07:03 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-28 10:07:03 -0800 Compiled active_admin/editor/editor.js (1ms) (pid 6338) Compiled active_admin/editor.js (9ms) (pid 6338) Served asset /active_admin/editor.js - 200 OK (88ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-28 10:07:03 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-28 10:07:04 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-28 10:07:04 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-28 10:07:04 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-28 10:07:40 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (157.0ms) Completed 200 OK in 202ms (Views: 169.7ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-28 10:07:40 -0800 Served asset /active_admin.css - 304 Not Modified (11ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-28 10:07:40 -0800 Served asset /active_admin/editor.css - 304 Not Modified (7ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-28 10:07:40 -0800 Served asset /active_admin/editor.js - 304 Not Modified (15ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-28 10:07:40 -0800 Served asset /active_admin.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-28 10:07:40 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-28 10:07:40 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-28 10:07:40 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-28 10:07:40 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-28 10:08:15 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) DEPRECATION WARNING: f.commit_button is deprecated in favour of f.action(:submit) and will be removed from Formtastic after 2.1. Please see ActionsHelper and InputAction or ButtonAction for more information. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.4.4/app/views/active_admin/resource/edit.html.arb (33.8ms) Completed 200 OK in 38ms (Views: 36.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-28 10:08:15 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-28 10:08:15 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-28 10:08:15 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-28 10:08:15 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-28 10:08:15 -0800 Compiled active_admin/editor/editor.js (1ms) (pid 6389) Compiled active_admin/editor.js (8ms) (pid 6389) Served asset /active_admin/editor.js - 200 OK (64ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-28 10:08:15 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-28 10:08:15 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.3ms) Completed 200 OK in 40ms (Views: 38.3ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (2ms) Served asset /konacha.css - 304 Not Modified (8ms) Served asset /mocha.js - 304 Not Modified (15ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor/editor.js (1ms) (pid 6682) Compiled editor_spec.js (10ms) (pid 6682) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (78.1ms) Completed 200 OK in 84ms (Views: 82.2ms | ActiveRecord: 0.0ms) Served asset /chai-jquery.js - 304 Not Modified (1ms) Served asset /konacha/iframe.js - 304 Not Modified (6ms) Served asset /sinon.js - 304 Not Modified (14ms) Served asset /application.css - 304 Not Modified (34ms) Served asset /sinon-chai.js - 304 Not Modified (1ms) Served asset /jquery.js - 304 Not Modified (23ms) Served asset /templates/editor.js - 304 Not Modified (3ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (2ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (3ms) Served asset /active_admin/editor/templates/uploader.js - 200 OK (2ms) Served asset /active_admin/editor/editor.js - 200 OK (4ms) Served asset /spec_helper.js - 304 Not Modified (38ms) Served asset /editor_spec.js - 200 OK (19ms) Served asset /chai.js - 304 Not Modified (106ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 6ms (Views: 3.8ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.8ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (11ms) (pid 6682) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (38.5ms) Completed 200 OK in 43ms (Views: 41.6ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (7ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (1ms) Served asset /spec_helper.js - 304 Not Modified (1ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (25ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (18ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (10ms) (pid 6682) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (160.4ms) Completed 200 OK in 165ms (Views: 163.6ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (11ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (3ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (2ms) Served asset /spec_helper.js - 304 Not Modified (6ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (15ms) Served asset /jquery.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (9ms) (pid 6682) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (247.0ms) Completed 200 OK in 252ms (Views: 250.5ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (10ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (2ms) Served asset /spec_helper.js - 304 Not Modified (1ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (15ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (10ms) (pid 6682) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (123.4ms) Completed 200 OK in 128ms (Views: 127.0ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (11ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (2ms) Served asset /spec_helper.js - 304 Not Modified (4ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (16ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.8ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (10ms) (pid 6682) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (88.1ms) Completed 200 OK in 94ms (Views: 92.6ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (11ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (3ms) Served asset /spec_helper.js - 304 Not Modified (1ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (16ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (34ms) (pid 6682) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (108.2ms) Completed 200 OK in 113ms (Views: 112.1ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (9ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (4ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (2ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (15ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (11ms) (pid 6682) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (141.0ms) Completed 200 OK in 148ms (Views: 146.5ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (6ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (14ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (11ms) (pid 6682) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (93.4ms) Completed 200 OK in 99ms (Views: 97.2ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (6ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (1ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (3ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (15ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (2.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (6.6ms) DROP TABLE "active_admin_comments"  (3.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" varchar(255) NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "namespace" varchar(255))  (3.4ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")  (2.8ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")  (2.6ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")  (3.6ms) DROP TABLE "admin_users"  (3.8ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (2.8ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")  (2.9ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")  (3.1ms) DROP TABLE "pages"  (2.7ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (14.5ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (5.8ms) Completed 200 OK in 39ms (Views: 37.5ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 200 OK (5ms) Served asset /konacha/parent.js - 200 OK (2ms) Served asset /mocha.js - 200 OK (9ms) Served asset /konacha/runner.js - 200 OK (13ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled jquery.js (2ms) (pid 8625) Compiled active_admin/editor/templates/toolbar.js (0ms) (pid 8625) Compiled active_admin/editor/templates/uploader.js (0ms) (pid 8625) Compiled active_admin/editor/editor.js (1ms) (pid 8625) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (156.2ms) Completed 200 OK in 162ms (Views: 160.2ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 200 OK (2ms) Served asset /sinon-chai.js - 200 OK (1ms) Served asset /chai-jquery.js - 200 OK (1ms) Served asset /templates/editor.js - 200 OK (3ms) Served asset /jquery.js - 200 OK (23ms) Served asset /sinon.js - 200 OK (13ms) Served asset /support/mock_wysihtml5.js - 200 OK (4ms) Served asset /active_admin/editor/templates/uploader.js - 200 OK (3ms) Served asset /active_admin/editor/templates/toolbar.js - 200 OK (3ms) Served asset /active_admin/editor/editor.js - 200 OK (10ms) Served asset /spec_helper.js - 200 OK (43ms) Served asset /editor_spec.js - 200 OK (23ms) Served asset /chai.js - 200 OK (233ms) Compiled active_admin.css (992ms) (pid 8625) Served asset /application.css - 200 OK (1080ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-29 03:28:22 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin/print.css (191ms) (pid 8687) Compiled active_admin/editor.css (1055ms) (pid 8687) Compiled active_admin/editor/wysiwyg.css (0ms) (pid 8687)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1636.1ms) Completed 200 OK in 1725ms (Views: 1691.1ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:28:24 -0800 Served asset /active_admin.css - 200 OK (10ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:28:24 -0800 Served asset /active_admin/editor.css - 200 OK (6ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:28:24 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (28ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:28:24 -0800 Compiled jquery-ui.js (5ms) (pid 8687) Compiled jquery_ujs.js (0ms) (pid 8687) Compiled active_admin/lib/namespace.js (119ms) (pid 8687) Compiled active_admin/components/jquery.aa.checkbox-toggler.js (141ms) (pid 8687) Compiled active_admin/components/jquery.aa.dropdown-menu.js (144ms) (pid 8687) Compiled active_admin/components/jquery.aa.popover.js (145ms) (pid 8687) Compiled active_admin/components/jquery.aa.table-checkbox-toggler.js (127ms) (pid 8687) Compiled active_admin/pages/application.js (118ms) (pid 8687) Compiled active_admin/pages/batch_actions.js (123ms) (pid 8687) Compiled active_admin/application.js (949ms) (pid 8687) Compiled active_admin/base.js (978ms) (pid 8687) Compiled active_admin.js (986ms) (pid 8687) Served asset /active_admin.js - 200 OK (1000ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:28:25 -0800 Compiled wysihtml5.js (2ms) (pid 8687) Compiled active_admin/editor/config.js (1ms) (pid 8687) Compiled active_admin/editor/parser_rules.js (0ms) (pid 8687) Compiled active_admin/editor.js (37ms) (pid 8687) Served asset /active_admin/editor.js - 200 OK (51ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-29 03:28:25 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (23ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-29 03:28:25 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (14ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-29 03:28:25 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (10ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:28:25 -0800 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-29 03:28:29 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.9ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (158.8ms) Completed 200 OK in 168ms (Views: 158.2ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:28:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-29 03:28:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:28:29 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2012-12-29 03:30:20 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/dashboard/index.html.arb (26.4ms) Completed 200 OK in 32ms (Views: 29.3ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:20 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:21 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-29 03:30:26 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "pages" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (108.7ms) Completed 200 OK in 113ms (Views: 110.7ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:26 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:27 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2012-12-29 03:30:33 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/dashboard/index.html.arb (32.6ms) Completed 200 OK in 37ms (Views: 35.5ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:33 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:33 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-29 03:30:34 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "pages" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (87.4ms) Completed 200 OK in 92ms (Views: 89.5ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:34 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:35 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2012-12-29 03:30:35 -0800 Processing by Admin::DashboardController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/dashboard/index.html.arb (27.6ms) Completed 200 OK in 32ms (Views: 30.2ms | ActiveRecord: 0.2ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:36 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:36 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-29 03:30:37 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "pages" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (93.9ms) Completed 200 OK in 98ms (Views: 95.8ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:37 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:37 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages" for 127.0.0.1 at 2012-12-29 03:30:52 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.6ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (345.8ms) Completed 200 OK in 389ms (Views: 358.6ms | ActiveRecord: 1.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:52 -0800 Served asset /active_admin.css - 304 Not Modified (10ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:52 -0800 Served asset /active_admin/editor.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:30:52 -0800 Served asset /active_admin/editor.js - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:30:52 -0800 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:52 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:53 -0800 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-29 03:30:55 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (28.4ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (82.8ms) Completed 200 OK in 89ms (Views: 56.9ms | ActiveRecord: 28.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:55 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:55 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:30:55 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:55 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:30:55 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-29 03:30:55 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:30:55 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-29 03:37:21 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1082ms) (pid 8759) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1194.6ms) Completed 200 OK in 1199ms (Views: 1197.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:37:22 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:37:22 -0800 Served asset /active_admin/editor.css - 200 OK (11ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:37:22 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:37:22 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:37:23 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-29 03:37:23 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:37:23 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-29 03:37:33 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1065ms) (pid 8759) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1166.7ms) Completed 200 OK in 1171ms (Views: 1169.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:37:34 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:37:34 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:37:34 -0800 Served asset /active_admin/editor.css - 200 OK (10ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:37:34 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:37:34 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:37:35 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-29 03:37:35 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-29 03:37:47 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1075ms) (pid 8759) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1179.8ms) Completed 200 OK in 1184ms (Views: 1182.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:37:48 -0800 Served asset /active_admin/editor.css - 200 OK (9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:37:48 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:37:48 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:37:48 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:37:48 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:37:48 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-29 03:37:48 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-29 03:38:20 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1085ms) (pid 8759) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1186.8ms) Completed 200 OK in 1191ms (Views: 1189.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:38:21 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:38:21 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:38:21 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:38:21 -0800 Served asset /active_admin/editor.css - 200 OK (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:38:21 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:38:22 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-29 03:38:22 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-29 03:38:41 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1053ms) (pid 8759) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1189.5ms) Completed 200 OK in 1194ms (Views: 1192.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:38:43 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:38:43 -0800 Served asset /active_admin/editor.css - 200 OK (11ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:38:43 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:38:43 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:38:43 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-29 03:38:43 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:38:43 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-29 03:39:19 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1080ms) (pid 8759) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1180.6ms) Completed 200 OK in 1185ms (Views: 1183.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:39:20 -0800 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:39:20 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:39:20 -0800 Served asset /active_admin/editor.css - 200 OK (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:39:20 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:39:20 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:39:20 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-29 03:39:20 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-29 03:39:43 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1058ms) (pid 8759) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1188.9ms) Completed 200 OK in 1193ms (Views: 1191.3ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:39:45 -0800 Served asset /active_admin/editor.css - 200 OK (10ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:39:45 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:39:45 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:39:45 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:39:45 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-29 03:39:45 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:39:45 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-29 03:39:55 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1060ms) (pid 8759) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1199.9ms) Completed 200 OK in 1204ms (Views: 1202.2ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:39:56 -0800 Served asset /active_admin/editor.css - 200 OK (10ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:39:56 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:39:56 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:39:56 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:39:56 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-29 03:39:56 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:39:56 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-29 03:40:04 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1054ms) (pid 8759) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1113.2ms) Completed 200 OK in 1141ms (Views: 1139.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:40:05 -0800 Served asset /active_admin/editor.css - 200 OK (12ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:40:05 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:40:05 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:40:05 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:40:05 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-29 03:40:05 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:40:05 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-29 03:43:14 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "pages" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (89.7ms) Completed 200 OK in 94ms (Views: 91.8ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:43:14 -0800 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:43:14 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:43:14 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:43:14 -0800 Served asset /active_admin/editor.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:43:14 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:43:14 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-29 03:44:51 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin/editor.css (1093ms) (pid 8759)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1255.5ms) Completed 200 OK in 1261ms (Views: 1258.3ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-29 03:44:52 -0800 Served asset /active_admin/editor.css - 200 OK (14ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:44:52 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:44:52 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:44:52 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:44:52 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:44:53 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-29 03:44:53 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (65.6ms) Completed 200 OK in 70ms (Views: 67.9ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-29 03:44:54 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-29 03:44:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-29 03:44:54 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-29 03:44:54 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-29 03:44:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-29 03:44:54 -0800 Served asset /active_admin/print.css - 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 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-30 12:20:58 -0800 Processing by Admin::PagesController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/admin/login" for 127.0.0.1 at 2012-12-30 12:20:58 -0800 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.3ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (94.9ms) Completed 200 OK in 568ms (Views: 554.1ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (3ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /jquery-ui.js - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/editor.css - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /jquery_ujs.js - 200 OK (4ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/lib/namespace.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/pages/application.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/application.js - 200 OK (13ms) Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/base.js - 200 OK (20ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /wysihtml5.js - 304 Not Modified (32ms) Started GET "/assets/active_admin/editor/templates/toolbar.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/editor.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/editor/editor.js - 200 OK (8ms) Started GET "/assets/active_admin/editor/templates/uploader.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/editor/config.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/editor/config.js - 200 OK (3ms) Started GET "/assets/active_admin/editor/parser_rules.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.js?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/editor.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 12:20:59 -0800 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started POST "/admin/login" for 127.0.0.1 at 2012-12-30 12:21:06 -0800 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"vMb49eKtUNqJ8Bwb8U/6JLexX4btMvh7WNgJmRIctC4=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1  (0.1ms) begin transaction  (2.7ms) UPDATE "admin_users" SET "last_sign_in_at" = '2012-12-28 18:02:52.603365', "current_sign_in_at" = '2012-12-30 20:21:06.505299', "sign_in_count" = 6, "updated_at" = '2012-12-30 20:21:06.507847' WHERE "admin_users"."id" = 1  (2.9ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 188ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-12-30 12:21:06 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (221.8ms) Completed 200 OK in 250ms (Views: 238.4ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 12:21:06 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 12:21:06 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 12:21:06 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 12:21:06 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-30 12:21:06 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-30 12:21:07 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (3ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-30 12:21:07 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (4ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-30 12:21:07 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (3ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 12:21:07 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-30 12:21:10 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (85.4ms) Completed 200 OK in 91ms (Views: 87.8ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 12:21:10 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 12:21:10 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-30 12:21:10 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 12:21:10 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 12:21:10 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-30 12:21:10 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 12:21:10 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-30 12:38:08 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (326.3ms) Completed 200 OK in 372ms (Views: 339.9ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 12:38:08 -0800 Served asset /active_admin.css - 304 Not Modified (11ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 12:38:08 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-30 12:38:08 -0800 Served asset /active_admin.js - 304 Not Modified (21ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 12:38:08 -0800 Served asset /active_admin/editor.css - 304 Not Modified (9ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 12:38:08 -0800 Served asset /active_admin/editor.js - 304 Not Modified (15ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-30 12:38:09 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (6ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-30 12:38:09 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (7ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 12:38:09 -0800 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started GET "/" for 127.0.0.1 at 2012-12-30 12:38:27 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "pages" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (118.2ms) Completed 200 OK in 150ms (Views: 120.7ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 12:38:27 -0800 Served asset /active_admin/editor.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-30 12:38:27 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 12:38:27 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 12:38:27 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 12:38:27 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 12:38:27 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-30 12:38:44 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (312.5ms) Completed 200 OK in 359ms (Views: 325.5ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 12:38:44 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (7ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 12:38:44 -0800 Served asset /active_admin/editor.js - 304 Not Modified (10ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 12:38:44 -0800 Served asset /active_admin/editor.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-30 12:38:44 -0800 Served asset /active_admin.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 12:38:44 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 12:38:44 -0800 Served asset /active_admin/print.css - 304 Not Modified (5ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-30 14:29:41 -0800 Processing by Admin::PagesController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/admin/login" for 127.0.0.1 at 2012-12-30 14:29:41 -0800 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.5ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (638.1ms) Completed 200 OK in 1113ms (Views: 1099.5ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin.css - 304 Not Modified (8ms) Started GET "/assets/active_admin/editor.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/editor.js - 304 Not Modified (14ms) Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /wysihtml5.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/parser_rules.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/editor/editor.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/editor/editor.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/editor.css - 304 Not Modified (7ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /jquery-ui.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/editor/templates/toolbar.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/lib/namespace.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/application.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/base.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/pages/application.js - 304 Not Modified (4ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (27ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/templates/uploader.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/editor/config.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/editor/config.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 14:29:43 -0800 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started POST "/admin/login" for 127.0.0.1 at 2012-12-30 14:29:52 -0800 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"HO0rPuRACiYMs/T7gQAO4PGAO7YUzHnP/eXLiQr2EU0=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (9.0ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1  (0.1ms) begin transaction  (20.6ms) UPDATE "admin_users" SET "last_sign_in_at" = '2012-12-30 20:21:06.505299', "current_sign_in_at" = '2012-12-30 22:29:52.694541', "sign_in_count" = 7, "updated_at" = '2012-12-30 22:29:52.724119' WHERE "admin_users"."id" = 1  (2.7ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 234ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-12-30 14:29:52 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.8ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (267.5ms) Completed 200 OK in 303ms (Views: 273.6ms | ActiveRecord: 1.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 14:29:53 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 14:29:53 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 14:29:53 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-30 14:29:53 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 14:29:53 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-30 14:29:53 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (12ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-30 14:29:53 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (11ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-30 14:29:53 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (22ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 14:29:53 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-12-30 14:30:09 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "pages" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (117.3ms) Completed 200 OK in 149ms (Views: 119.5ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 14:30:09 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 14:30:09 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-30 14:30:09 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 14:30:09 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 14:30:09 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 14:30:09 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-12-30 14:30:17 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (121.7ms) Completed 200 OK in 158ms (Views: 124.7ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 14:30:17 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-30 14:30:17 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 14:30:17 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 14:30:17 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 14:30:17 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 14:30:17 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-30 23:57:47 -0800 Processing by Admin::PagesController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/admin/login" for 127.0.0.1 at 2012-12-30 23:57:47 -0800 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.4ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (77.3ms) Completed 200 OK in 277ms (Views: 262.4ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin.css - 200 OK (7ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/editor.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /jquery-ui.js - 200 OK (8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /jquery.js - 200 OK (4ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/lib/namespace.js - 200 OK (5ms) Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /wysihtml5.js - 200 OK (7ms) Started GET "/assets/active_admin/editor/templates/toolbar.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/editor/templates/toolbar.js - 200 OK (3ms) Started GET "/assets/active_admin/editor/templates/uploader.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/editor/templates/uploader.js - 200 OK (3ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 200 OK (4ms) Started GET "/assets/active_admin/editor/editor.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/editor/editor.js - 200 OK (6ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 200 OK (4ms) Started GET "/assets/active_admin/editor/config.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/editor/config.js - 200 OK (5ms) Started GET "/assets/active_admin/editor/parser_rules.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/editor/parser_rules.js - 200 OK (3ms) Started GET "/assets/active_admin/editor.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/editor.js - 200 OK (14ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/components/jquery.aa.popover.js - 200 OK (4ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 200 OK (4ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/pages/application.js - 200 OK (4ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/pages/batch_actions.js - 200 OK (4ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/application.js - 200 OK (11ms) Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/base.js - 200 OK (15ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin.js - 200 OK (15ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 23:57:48 -0800 Served asset /active_admin/print.css - 200 OK (4ms) Started POST "/admin/login" for 127.0.0.1 at 2012-12-30 23:57:54 -0800 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MxdWWQ1gJCP07ooB4ebbqCg42ofqTDTD2TVEaXszOAQ=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1  (0.1ms) begin transaction  (2.2ms) UPDATE "admin_users" SET "last_sign_in_at" = '2012-12-30 22:29:52.694541', "current_sign_in_at" = '2012-12-31 07:57:54.272937', "sign_in_count" = 8, "updated_at" = '2012-12-31 07:57:54.275525' WHERE "admin_users"."id" = 1  (47.9ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 162ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-12-30 23:57:54 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (218.9ms) Completed 200 OK in 233ms (Views: 221.5ms | ActiveRecord: 0.8ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 23:57:54 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-30 23:57:54 -0800 Served asset /active_admin.js - 200 OK (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 23:57:54 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 23:57:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-30 23:57:54 -0800 Served asset /active_admin/orderable.png - 200 OK (3ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-30 23:57:54 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 200 OK (3ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-30 23:57:54 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 200 OK (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-30 23:57:56 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (147.4ms) Completed 200 OK in 154ms (Views: 150.6ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 23:57:56 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 23:57:56 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 23:57:56 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-30 23:57:57 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-30 23:58:46 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (204.3ms) Completed 500 Internal Server Error in 209ms ActionView::Template::Error (Invalid CSS after "...n(#38678B, 10%)": expected ";", was "&.wysihtml5-com..." (in /Users/ejholmes/Source/active_admin_editor/app/assets/stylesheets/active_admin/editor.css.scss)): 1: insert_tag renderer_for(:edit) /Users/ejholmes/Source/active_admin_editor/app/assets/stylesheets/active_admin/editor.css.scss:48 sass (3.2.4) lib/sass/scss/parser.rb:1136:in `expected' sass (3.2.4) lib/sass/scss/parser.rb:1072:in `expected' sass (3.2.4) lib/sass/scss/parser.rb:1067:in `tok!' sass (3.2.4) lib/sass/scss/parser.rb:574:in `block in declaration_or_ruleset' sass (3.2.4) lib/sass/scss/parser.rb:1110:in `call' sass (3.2.4) lib/sass/scss/parser.rb:1110:in `rethrow' sass (3.2.4) lib/sass/scss/parser.rb:580:in `declaration_or_ruleset' sass (3.2.4) lib/sass/scss/parser.rb:542:in `block_child' sass (3.2.4) lib/sass/scss/parser.rb:534:in `block_contents' sass (3.2.4) lib/sass/scss/parser.rb:523:in `block' sass (3.2.4) lib/sass/scss/parser.rb:517:in `ruleset' sass (3.2.4) lib/sass/scss/parser.rb:579:in `block in declaration_or_ruleset' sass (3.2.4) lib/sass/scss/parser.rb:1110:in `call' sass (3.2.4) lib/sass/scss/parser.rb:1110:in `rethrow' sass (3.2.4) lib/sass/scss/parser.rb:580:in `declaration_or_ruleset' sass (3.2.4) lib/sass/scss/parser.rb:542:in `block_child' sass (3.2.4) lib/sass/scss/parser.rb:534:in `block_contents' sass (3.2.4) lib/sass/scss/parser.rb:523:in `block' sass (3.2.4) lib/sass/scss/parser.rb:517:in `ruleset' sass (3.2.4) lib/sass/scss/parser.rb:579:in `block in declaration_or_ruleset' sass (3.2.4) lib/sass/scss/parser.rb:1110:in `call' sass (3.2.4) lib/sass/scss/parser.rb:1110:in `rethrow' sass (3.2.4) lib/sass/scss/parser.rb:580:in `declaration_or_ruleset' sass (3.2.4) lib/sass/scss/parser.rb:542:in `block_child' sass (3.2.4) lib/sass/scss/parser.rb:534:in `block_contents' sass (3.2.4) lib/sass/scss/parser.rb:523:in `block' sass (3.2.4) lib/sass/scss/parser.rb:517:in `ruleset' sass (3.2.4) lib/sass/scss/parser.rb:541:in `block_child' sass (3.2.4) lib/sass/scss/parser.rb:534:in `block_contents' sass (3.2.4) lib/sass/scss/parser.rb:70:in `stylesheet' sass (3.2.4) lib/sass/scss/parser.rb:27:in `parse' sass (3.2.4) lib/sass/engine.rb:342:in `_to_tree' sass (3.2.4) lib/sass/engine.rb:315:in `_render' sass (3.2.4) lib/sass/engine.rb:262:in `render' sass-rails (3.2.5) lib/sass/rails/template_handlers.rb:106:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:27:in `block (2 levels) in build_active_admin_head' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:26:in `each' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:26:in `block in build_active_admin_head' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:24:in `build_active_admin_head' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:9:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in ___sers_ejholmes__rbenv_versions_______p____lib_ruby_gems_______gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___1189554473872288067_70094248627580' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `___sers_ejholmes__rbenv_versions_______p____lib_ruby_gems_______gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___1189554473872288067_70094248627580' actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.9) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.9) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:447:in `_run__721876962120002529__process_action__3660970670686734229__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__1173014255806886335__call__15213752942534890__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-30 23:58:52 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1346ms) (pid 15834) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1404.4ms) Completed 200 OK in 1409ms (Views: 1406.7ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 23:58:54 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 23:58:54 -0800 Served asset /active_admin/editor.css - 200 OK (39ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 23:58:54 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-30 23:58:54 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 23:58:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 23:58:54 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-30 23:58:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-30 23:59:02 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1200ms) (pid 15834) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1313.2ms) Completed 200 OK in 1318ms (Views: 1315.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 23:59:03 -0800 Served asset /active_admin/editor.css - 200 OK (11ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 23:59:03 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-30 23:59:03 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 23:59:03 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 23:59:03 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 23:59:04 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-30 23:59:04 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-30 23:59:28 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1199ms) (pid 15834) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1362.0ms) Completed 200 OK in 1367ms (Views: 1364.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 23:59:29 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 23:59:29 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-30 23:59:29 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 23:59:29 -0800 Served asset /active_admin/editor.css - 200 OK (9ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 23:59:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 23:59:29 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-30 23:59:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-30 23:59:53 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (979ms) (pid 15834) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1077.1ms) Completed 200 OK in 1082ms (Views: 1079.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-30 23:59:54 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-30 23:59:54 -0800 Served asset /active_admin/editor.css - 200 OK (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-30 23:59:54 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-30 23:59:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-30 23:59:54 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-30 23:59:54 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-30 23:59:54 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:00:29 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (40.7ms) Completed 500 Internal Server Error in 45ms ActionView::Template::Error (Invalid CSS after " color: #999": expected ";", was "&.wysihtml5-com..." (in /Users/ejholmes/Source/active_admin_editor/app/assets/stylesheets/active_admin/editor.css.scss)): 1: insert_tag renderer_for(:edit) /Users/ejholmes/Source/active_admin_editor/app/assets/stylesheets/active_admin/editor.css.scss:48 sass (3.2.4) lib/sass/scss/parser.rb:1136:in `expected' sass (3.2.4) lib/sass/scss/parser.rb:1072:in `expected' sass (3.2.4) lib/sass/scss/parser.rb:1067:in `tok!' sass (3.2.4) lib/sass/scss/parser.rb:574:in `block in declaration_or_ruleset' sass (3.2.4) lib/sass/scss/parser.rb:1110:in `call' sass (3.2.4) lib/sass/scss/parser.rb:1110:in `rethrow' sass (3.2.4) lib/sass/scss/parser.rb:580:in `declaration_or_ruleset' sass (3.2.4) lib/sass/scss/parser.rb:542:in `block_child' sass (3.2.4) lib/sass/scss/parser.rb:534:in `block_contents' sass (3.2.4) lib/sass/scss/parser.rb:523:in `block' sass (3.2.4) lib/sass/scss/parser.rb:517:in `ruleset' sass (3.2.4) lib/sass/scss/parser.rb:579:in `block in declaration_or_ruleset' sass (3.2.4) lib/sass/scss/parser.rb:1110:in `call' sass (3.2.4) lib/sass/scss/parser.rb:1110:in `rethrow' sass (3.2.4) lib/sass/scss/parser.rb:580:in `declaration_or_ruleset' sass (3.2.4) lib/sass/scss/parser.rb:542:in `block_child' sass (3.2.4) lib/sass/scss/parser.rb:534:in `block_contents' sass (3.2.4) lib/sass/scss/parser.rb:523:in `block' sass (3.2.4) lib/sass/scss/parser.rb:517:in `ruleset' sass (3.2.4) lib/sass/scss/parser.rb:579:in `block in declaration_or_ruleset' sass (3.2.4) lib/sass/scss/parser.rb:1110:in `call' sass (3.2.4) lib/sass/scss/parser.rb:1110:in `rethrow' sass (3.2.4) lib/sass/scss/parser.rb:580:in `declaration_or_ruleset' sass (3.2.4) lib/sass/scss/parser.rb:542:in `block_child' sass (3.2.4) lib/sass/scss/parser.rb:534:in `block_contents' sass (3.2.4) lib/sass/scss/parser.rb:523:in `block' sass (3.2.4) lib/sass/scss/parser.rb:517:in `ruleset' sass (3.2.4) lib/sass/scss/parser.rb:541:in `block_child' sass (3.2.4) lib/sass/scss/parser.rb:534:in `block_contents' sass (3.2.4) lib/sass/scss/parser.rb:70:in `stylesheet' sass (3.2.4) lib/sass/scss/parser.rb:27:in `parse' sass (3.2.4) lib/sass/engine.rb:342:in `_to_tree' sass (3.2.4) lib/sass/engine.rb:315:in `_render' sass (3.2.4) lib/sass/engine.rb:262:in `render' sass-rails (3.2.5) lib/sass/rails/template_handlers.rb:106:in `evaluate' tilt (1.3.3) lib/tilt/template.rb:76:in `render' sprockets (2.2.2) lib/sprockets/context.rb:193:in `block in evaluate' sprockets (2.2.2) lib/sprockets/context.rb:190:in `each' sprockets (2.2.2) lib/sprockets/context.rb:190:in `evaluate' sprockets (2.2.2) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.2.2) lib/sprockets/base.rb:249:in `new' sprockets (2.2.2) lib/sprockets/base.rb:249:in `block in build_asset' sprockets (2.2.2) lib/sprockets/base.rb:270:in `circular_call_protection' sprockets (2.2.2) lib/sprockets/base.rb:248:in `build_asset' sprockets (2.2.2) lib/sprockets/index.rb:93:in `block in build_asset' sprockets (2.2.2) lib/sprockets/caching.rb:19:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/bundled_asset.rb:38:in `init_with' sprockets (2.2.2) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.2.2) lib/sprockets/caching.rb:15:in `cache_asset' sprockets (2.2.2) lib/sprockets/index.rb:92:in `build_asset' sprockets (2.2.2) lib/sprockets/base.rb:169:in `find_asset' sprockets (2.2.2) lib/sprockets/index.rb:60:in `find_asset' sprockets (2.2.2) lib/sprockets/environment.rb:78:in `find_asset' sprockets (2.2.2) lib/sprockets/base.rb:177:in `[]' actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:43:in `collect' actionpack (3.2.9) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' arbre (1.0.1) lib/arbre/element.rb:175:in `method_missing' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:27:in `block (2 levels) in build_active_admin_head' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:26:in `each' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:26:in `block in build_active_admin_head' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:24:in `build_active_admin_head' activeadmin (0.5.1) lib/active_admin/views/pages/base.rb:9:in `build' arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag' arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element' arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag' arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `block in ___sers_ejholmes__rbenv_versions_______p____lib_ruby_gems_______gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___1189554473872288067_70094248627580' arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval' arbre (1.0.1) lib/arbre/context.rb:45:in `initialize' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `new' activeadmin (0.5.1) app/views/active_admin/resource/edit.html.arb:1:in `___sers_ejholmes__rbenv_versions_______p____lib_ruby_gems_______gems_activeadmin_______app_views_active_admin_resource_edit_html_arb___1189554473872288067_70094248627580' actionpack (3.2.9) lib/action_view/template.rb:145:in `block in render' activesupport (3.2.9) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.9) lib/action_view/template.rb:143:in `render' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.9) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.9) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.9) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.9) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.9) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.9) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.9) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.9) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:39:in `render' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:42:in `block (2 levels) in edit' actionpack (3.2.9) lib/action_controller/metal/responder.rb:230:in `call' actionpack (3.2.9) lib/action_controller/metal/responder.rb:230:in `default_render' actionpack (3.2.9) lib/action_controller/metal/responder.rb:160:in `to_html' responders (0.9.3) lib/responders/flash_responder.rb:104:in `to_html' actionpack (3.2.9) lib/action_controller/metal/responder.rb:153:in `respond' actionpack (3.2.9) lib/action_controller/metal/responder.rb:146:in `call' actionpack (3.2.9) lib/action_controller/metal/mime_responds.rb:239:in `respond_with' inherited_resources (1.3.1) lib/inherited_resources/actions.rb:25:in `edit' activeadmin (0.5.1) lib/active_admin/resource_controller/actions.rb:40:in `edit' actionpack (3.2.9) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (3.2.9) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.9) lib/active_support/callbacks.rb:447:in `_run__721876962120002529__process_action__3660970670686734229__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.9) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.9) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.9) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.9) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.9) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.9) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.9) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.9) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.9) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.9) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.9) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.9) lib/action_dispatch/routing/route_set.rb:601:in `call' warden (1.2.1) lib/warden/manager.rb:35:in `block in call' warden (1.2.1) lib/warden/manager.rb:34:in `catch' warden (1.2.1) lib/warden/manager.rb:34:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/cookies.rb:341:in `call' activerecord (3.2.9) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__1173014255806886335__call__15213752942534890__callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app' railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call' activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged' railties (3.2.9) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.9) lib/rails/engine.rb:479:in `call' railties (3.2.9) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.1ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:00:35 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (969ms) (pid 15834) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1065.7ms) Completed 200 OK in 1070ms (Views: 1068.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:00:36 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:00:36 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:00:36 -0800 Served asset /active_admin/editor.css - 200 OK (9ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:00:36 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:00:36 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:00:36 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:00:37 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:03:46 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (970ms) (pid 15834) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1021.9ms) Completed 200 OK in 1026ms (Views: 1024.1ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:03:48 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:03:48 -0800 Served asset /active_admin/editor.css - 200 OK (10ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:03:48 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:03:48 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:03:48 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:03:48 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:03:48 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:04:16 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (968ms) (pid 15834) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1018.7ms) Completed 200 OK in 1023ms (Views: 1021.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:04:17 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:04:17 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:04:17 -0800 Served asset /active_admin/editor.css - 200 OK (9ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:04:17 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:04:17 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:04:17 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:04:17 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:04:25 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (35.4ms) Completed 200 OK in 40ms (Views: 37.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:04:25 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:04:25 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:04:25 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:04:25 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:04:25 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:04:25 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:04:25 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:04:55 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (979ms) (pid 15834) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1030.5ms) Completed 200 OK in 1035ms (Views: 1032.8ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:04:56 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:04:56 -0800 Served asset /active_admin/editor.css - 200 OK (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:04:56 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:04:56 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:04:56 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:04:56 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:04:56 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-31 00:05:28 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "pages" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (75.0ms) Completed 200 OK in 79ms (Views: 77.0ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:05:28 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:05:28 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:05:28 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:05:28 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:05:28 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:05:28 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-31 00:05:30 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (53.9ms) Completed 200 OK in 122ms (Views: 119.0ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:05:30 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:05:30 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:05:30 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:05:30 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:05:30 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:05:30 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:05:32 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (63.1ms) Completed 200 OK in 67ms (Views: 65.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:05:32 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:05:32 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:05:32 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:05:32 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:05:32 -0800 Served asset /active_admin/editor.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:05:32 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:05:32 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-31 00:07:10 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (245.4ms) Completed 200 OK in 295ms (Views: 260.1ms | ActiveRecord: 1.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:11 -0800 Served asset /active_admin.css - 304 Not Modified (13ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:07:11 -0800 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:07:11 -0800 Served asset /active_admin/editor.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:11 -0800 Served asset /active_admin/editor.css - 304 Not Modified (6ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:11 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:11 -0800 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:07:13 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (74.1ms) Completed 200 OK in 80ms (Views: 72.5ms | ActiveRecord: 4.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:13 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:13 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:07:13 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:07:13 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:13 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:07:13 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:13 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-31 00:07:33 -0800 Processing by Admin::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MxdWWQ1gJCP07ooB4ebbqCg42ofqTDTD2TVEaXszOAQ=", "page"=>{"title"=>"Hello", "content"=>"

Lorem Ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur hendrerit, tortor vel interdum consequat, turpis nulla luctus erat, ut hendrerit dui nisi a nisi. Integer molestie mattis lectus ornare scelerisque. Aliquam tempor viverra nunc sit amet faucibus. Curabitur pretium pharetra fringilla. Etiam sapien orci, auctor vitae tincidunt a, facilisis eget lorem. Praesent in sodales nisl. Cras libero ipsum, ornare et pellentesque sed, feugiat ac quam. Etiam sagittis quam non nisl laoreet nec aliquam enim sodales. Ut sit amet tellus erat, porttitor mattis neque.

Curabitur lobortis purus eu ligula laoreet a congue neque suscipit. Sed suscipit gravida massa, nec ultrices sapien scelerisque varius. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Morbi vulputate vehicula neque quis pellentesque. Mauris ornare tincidunt porttitor. Suspendisse potenti. Donec facilisis, nisi ac facilisis pharetra, massa risus posuere mauris, ut euismod purus arcu eget sapien. Donec egestas pulvinar metus. Ut pellentesque feugiat justo, vel faucibus libero ornare non. Cras at ligula odio, vitae fermentum nibh. Duis malesuada, erat convallis porta porttitor, magna ante tempus sem, a pretium purus metus nec nisi. Donec a tincidunt ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent fringilla magna porta lacus laoreet tristique. Duis sed sapien id diam iaculis rhoncus ac a neque. Mauris posuere facilisis elementum.

Suspendisse ut nisi non lacus fermentum imperdiet eu quis lectus. Fusce orci purus, tempor quis consequat sed, lobortis id purus. Suspendisse vel varius enim. Pellentesque vehicula ultrices arcu, a posuere eros accumsan ac. Curabitur scelerisque convallis purus, a porta metus vestibulum non. Donec lacinia pellentesque augue vitae pulvinar. Vestibulum mattis, magna blandit adipiscing cursus, eros mi porta nisl, sed varius quam metus sed tellus.

Nam ut porta dui. Pellentesque molestie pulvinar ipsum, a tincidunt diam consectetur et. In vitae justo sem, mattis iaculis dui. Quisque sollicitudin interdum erat, vel commodo sem condimentum quis. Pellentesque tincidunt tortor justo, quis dapibus velit. Nulla sed dapibus nulla. Aliquam ligula arcu, pharetra gravida sagittis id, pellentesque id massa. Aliquam dictum sagittis vestibulum. Aenean tristique justo ac leo eleifend vitae euismod metus accumsan.

Suspendisse in consectetur purus. Morbi libero nunc, posuere a aliquam at, ultricies eget metus. Nunc dignissim nulla et enim vestibulum vel volutpat libero porta. Nunc non sem auctor nisi euismod gravida. Nullam at nisl risus. Pellentesque cursus convallis justo in gravida. Phasellus ut ipsum quis justo venenatis facilisis. Nulla facilisi. Aenean lorem tellus, hendrerit sit amet commodo id, fringilla vitae nulla. Phasellus pharetra, diam sit amet rutrum sollicitudin, nulla lectus sollicitudin nibh, vitae tristique dui nunc eu lectus

"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Page", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (2.7ms) UPDATE "pages" SET "title" = 'Hello', "content" = '

Lorem Ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur hendrerit, tortor vel interdum consequat, turpis nulla luctus erat, ut hendrerit dui nisi a nisi. Integer molestie mattis lectus ornare scelerisque. Aliquam tempor viverra nunc sit amet faucibus. Curabitur pretium pharetra fringilla. Etiam sapien orci, auctor vitae tincidunt a, facilisis eget lorem. Praesent in sodales nisl. Cras libero ipsum, ornare et pellentesque sed, feugiat ac quam. Etiam sagittis quam non nisl laoreet nec aliquam enim sodales. Ut sit amet tellus erat, porttitor mattis neque.

Curabitur lobortis purus eu ligula laoreet a congue neque suscipit. Sed suscipit gravida massa, nec ultrices sapien scelerisque varius. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Morbi vulputate vehicula neque quis pellentesque. Mauris ornare tincidunt porttitor. Suspendisse potenti. Donec facilisis, nisi ac facilisis pharetra, massa risus posuere mauris, ut euismod purus arcu eget sapien. Donec egestas pulvinar metus. Ut pellentesque feugiat justo, vel faucibus libero ornare non. Cras at ligula odio, vitae fermentum nibh. Duis malesuada, erat convallis porta porttitor, magna ante tempus sem, a pretium purus metus nec nisi. Donec a tincidunt ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent fringilla magna porta lacus laoreet tristique. Duis sed sapien id diam iaculis rhoncus ac a neque. Mauris posuere facilisis elementum.

Suspendisse ut nisi non lacus fermentum imperdiet eu quis lectus. Fusce orci purus, tempor quis consequat sed, lobortis id purus. Suspendisse vel varius enim. Pellentesque vehicula ultrices arcu, a posuere eros accumsan ac. Curabitur scelerisque convallis purus, a porta metus vestibulum non. Donec lacinia pellentesque augue vitae pulvinar. Vestibulum mattis, magna blandit adipiscing cursus, eros mi porta nisl, sed varius quam metus sed tellus.

Nam ut porta dui. Pellentesque molestie pulvinar ipsum, a tincidunt diam consectetur et. In vitae justo sem, mattis iaculis dui. Quisque sollicitudin interdum erat, vel commodo sem condimentum quis. Pellentesque tincidunt tortor justo, quis dapibus velit. Nulla sed dapibus nulla. Aliquam ligula arcu, pharetra gravida sagittis id, pellentesque id massa. Aliquam dictum sagittis vestibulum. Aenean tristique justo ac leo eleifend vitae euismod metus accumsan.

Suspendisse in consectetur purus. Morbi libero nunc, posuere a aliquam at, ultricies eget metus. Nunc dignissim nulla et enim vestibulum vel volutpat libero porta. Nunc non sem auctor nisi euismod gravida. Nullam at nisl risus. Pellentesque cursus convallis justo in gravida. Phasellus ut ipsum quis justo venenatis facilisis. Nulla facilisi. Aenean lorem tellus, hendrerit sit amet commodo id, fringilla vitae nulla. Phasellus pharetra, diam sit amet rutrum sollicitudin, nulla lectus sollicitudin nibh, vitae tristique dui nunc eu lectus

', "updated_at" = '2012-12-31 08:07:33.730145' WHERE "pages"."id" = 1  (56.8ms) commit transaction Redirected to http://localhost:3000/admin/pages/1 Completed 302 Found in 79ms (ActiveRecord: 0.0ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-31 00:07:33 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (45.7ms) Completed 200 OK in 50ms (Views: 48.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:33 -0800 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:33 -0800 Served asset /active_admin/editor.css - 304 Not Modified (27ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:33 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:07:33 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:07:33 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:34 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:07:36 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (42.2ms) Completed 200 OK in 47ms (Views: 44.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:36 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:36 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:07:36 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:07:36 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:36 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:07:36 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:07:36 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-31 00:08:57 -0800 Processing by Admin::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MxdWWQ1gJCP07ooB4ebbqCg42ofqTDTD2TVEaXszOAQ=", "page"=>{"title"=>"Hello", "content"=>"

Lorem Ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur hendrerit, tortor vel interdum consequat, turpis nulla luctus erat, ut hendrerit dui nisi a nisi. Integer molestie mattis lectus ornare scelerisque. Aliquam tempor viverra nunc sit amet faucibus. Curabitur pretium pharetra fringilla. Etiam sapien orci, auctor vitae tincidunt a, facilisis eget lorem. Praesent in sodales nisl. Cras libero ipsum, ornare et pellentesque sed, feugiat ac quam. Etiam sagittis quam non nisl laoreet nec aliquam enim sodales. Ut sit amet tellus erat, porttitor mattis neque.

\"\"

Curabitur lobortis purus eu ligula laoreet a congue neque suscipit. Sed suscipit gravida massa, nec ultrices sapien scelerisque varius. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Morbi vulputate vehicula neque quis pellentesque. Mauris ornare tincidunt porttitor. Suspendisse potenti. Donec facilisis, nisi ac facilisis pharetra, massa risus posuere mauris, ut euismod purus arcu eget sapien. Donec egestas pulvinar metus. Ut pellentesque feugiat justo, vel faucibus libero ornare non. Cras at ligula odio, vitae fermentum nibh. Duis malesuada, erat convallis porta porttitor, magna ante tempus sem, a pretium purus metus nec nisi. Donec a tincidunt ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent fringilla magna porta lacus laoreet tristique. Duis sed sapien id diam iaculis rhoncus ac a neque. Mauris posuere facilisis elementum.

Suspendisse ut nisi non lacus fermentum imperdiet eu quis lectus. Fusce orci purus, tempor quis consequat sed, lobortis id purus. Suspendisse vel varius enim. Pellentesque vehicula ultrices arcu, a posuere eros accumsan ac. Curabitur scelerisque convallis purus, a porta metus vestibulum non. Donec lacinia pellentesque augue vitae pulvinar. Vestibulum mattis, magna blandit adipiscing cursus, eros mi porta nisl, sed varius quam metus sed tellus.

Nam ut porta dui. Pellentesque molestie pulvinar ipsum, a tincidunt diam consectetur et. In vitae justo sem, mattis iaculis dui. Quisque sollicitudin interdum erat, vel commodo sem condimentum quis. Pellentesque tincidunt tortor justo, quis dapibus velit. Nulla sed dapibus nulla. Aliquam ligula arcu, pharetra gravida sagittis id, pellentesque id massa. Aliquam dictum sagittis vestibulum. Aenean tristique justo ac leo eleifend vitae euismod metus accumsan.

Suspendisse in consectetur purus. Morbi libero nunc, posuere a aliquam at, ultricies eget metus. Nunc dignissim nulla et enim vestibulum vel volutpat libero porta. Nunc non sem auctor nisi euismod gravida. Nullam at nisl risus. Pellentesque cursus convallis justo in gravida. Phasellus ut ipsum quis justo venenatis facilisis. Nulla facilisi. Aenean lorem tellus, hendrerit sit amet commodo id, fringilla vitae nulla. Phasellus pharetra, diam sit amet rutrum sollicitudin, nulla lectus sollicitudin nibh, vitae tristique dui nunc eu lectus

"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Page", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.3ms) UPDATE "pages" SET "content" = '

Lorem Ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur hendrerit, tortor vel interdum consequat, turpis nulla luctus erat, ut hendrerit dui nisi a nisi. Integer molestie mattis lectus ornare scelerisque. Aliquam tempor viverra nunc sit amet faucibus. Curabitur pretium pharetra fringilla. Etiam sapien orci, auctor vitae tincidunt a, facilisis eget lorem. Praesent in sodales nisl. Cras libero ipsum, ornare et pellentesque sed, feugiat ac quam. Etiam sagittis quam non nisl laoreet nec aliquam enim sodales. Ut sit amet tellus erat, porttitor mattis neque.

Curabitur lobortis purus eu ligula laoreet a congue neque suscipit. Sed suscipit gravida massa, nec ultrices sapien scelerisque varius. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Morbi vulputate vehicula neque quis pellentesque. Mauris ornare tincidunt porttitor. Suspendisse potenti. Donec facilisis, nisi ac facilisis pharetra, massa risus posuere mauris, ut euismod purus arcu eget sapien. Donec egestas pulvinar metus. Ut pellentesque feugiat justo, vel faucibus libero ornare non. Cras at ligula odio, vitae fermentum nibh. Duis malesuada, erat convallis porta porttitor, magna ante tempus sem, a pretium purus metus nec nisi. Donec a tincidunt ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent fringilla magna porta lacus laoreet tristique. Duis sed sapien id diam iaculis rhoncus ac a neque. Mauris posuere facilisis elementum.

Suspendisse ut nisi non lacus fermentum imperdiet eu quis lectus. Fusce orci purus, tempor quis consequat sed, lobortis id purus. Suspendisse vel varius enim. Pellentesque vehicula ultrices arcu, a posuere eros accumsan ac. Curabitur scelerisque convallis purus, a porta metus vestibulum non. Donec lacinia pellentesque augue vitae pulvinar. Vestibulum mattis, magna blandit adipiscing cursus, eros mi porta nisl, sed varius quam metus sed tellus.

Nam ut porta dui. Pellentesque molestie pulvinar ipsum, a tincidunt diam consectetur et. In vitae justo sem, mattis iaculis dui. Quisque sollicitudin interdum erat, vel commodo sem condimentum quis. Pellentesque tincidunt tortor justo, quis dapibus velit. Nulla sed dapibus nulla. Aliquam ligula arcu, pharetra gravida sagittis id, pellentesque id massa. Aliquam dictum sagittis vestibulum. Aenean tristique justo ac leo eleifend vitae euismod metus accumsan.

Suspendisse in consectetur purus. Morbi libero nunc, posuere a aliquam at, ultricies eget metus. Nunc dignissim nulla et enim vestibulum vel volutpat libero porta. Nunc non sem auctor nisi euismod gravida. Nullam at nisl risus. Pellentesque cursus convallis justo in gravida. Phasellus ut ipsum quis justo venenatis facilisis. Nulla facilisi. Aenean lorem tellus, hendrerit sit amet commodo id, fringilla vitae nulla. Phasellus pharetra, diam sit amet rutrum sollicitudin, nulla lectus sollicitudin nibh, vitae tristique dui nunc eu lectus

', "updated_at" = '2012-12-31 08:08:57.557438' WHERE "pages"."id" = 1  (53.5ms) commit transaction Redirected to http://localhost:3000/admin/pages/1 Completed 302 Found in 65ms (ActiveRecord: 0.0ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-31 00:08:57 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (69.1ms) Completed 200 OK in 74ms (Views: 71.3ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:08:57 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:08:57 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:08:57 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:08:57 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:08:57 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:08:57 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:08:59 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:13) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (40.8ms) Completed 200 OK in 45ms (Views: 43.2ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:08:59 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:08:59 -0800 Served asset /active_admin/editor.css - 304 Not Modified (28ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:08:59 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:08:59 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:08:59 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:08:59 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:08:59 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-31 00:23:31 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (358.5ms) Completed 200 OK in 410ms (Views: 372.9ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:23:32 -0800 Served asset /active_admin.css - 304 Not Modified (13ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:23:32 -0800 Served asset /active_admin/editor.css - 304 Not Modified (7ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:23:32 -0800 Served asset /active_admin.js - 304 Not Modified (45ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:23:32 -0800 Served asset /active_admin/editor.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:23:32 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-31 00:23:32 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (6ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-31 00:23:32 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (4ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-31 00:23:32 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (4ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:23:32 -0800 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:23:34 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.7ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (93.2ms) Completed 200 OK in 99ms (Views: 91.2ms | ActiveRecord: 5.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:23:34 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:23:34 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:23:34 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:23:34 -0800 Served asset /active_admin/editor.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:23:34 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:23:34 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:23:34 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-31 00:24:11 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (114.3ms) Completed 200 OK in 119ms (Views: 116.6ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:24:11 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:24:11 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:24:11 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:24:11 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:24:11 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:24:11 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:24:13 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (69.3ms) Completed 200 OK in 74ms (Views: 71.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:24:13 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:24:13 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:24:13 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:24:13 -0800 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:24:13 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:24:13 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:24:13 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-31 00:29:02 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (300.5ms) Completed 200 OK in 396ms (Views: 363.9ms | ActiveRecord: 1.2ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:29:03 -0800 Served asset /active_admin.css - 304 Not Modified (9ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:29:03 -0800 Compiled active_admin/editor/config.js (1ms) (pid 17504) Compiled active_admin/editor.js (36ms) (pid 17504) Served asset /active_admin/editor.js - 200 OK (158ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:29:03 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:29:03 -0800 Served asset /active_admin/editor.css - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:29:03 -0800 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-31 00:29:03 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (4ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-31 00:29:03 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (4ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-31 00:29:03 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (4ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:29:03 -0800 Served asset /active_admin/print.css - 304 Not Modified (6ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:29:05 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (90.4ms) Completed 200 OK in 96ms (Views: 88.8ms | ActiveRecord: 4.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:29:05 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:29:05 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:29:05 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:29:05 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:29:05 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:29:05 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:29:05 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:29:56 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (207.2ms) Completed 200 OK in 263ms (Views: 218.9ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:29:57 -0800 Served asset /active_admin.css - 304 Not Modified (13ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:29:57 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:29:57 -0800 Served asset /active_admin.js - 304 Not Modified (40ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:29:57 -0800 Served asset /active_admin/editor.css - 304 Not Modified (7ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:29:57 -0800 Compiled active_admin/editor/config.js (1ms) (pid 18096) Compiled active_admin/editor.js (10ms) (pid 18096) Served asset /active_admin/editor.js - 200 OK (64ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:29:57 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:29:57 -0800 Served asset /active_admin/print.css - 304 Not Modified (4ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-31 00:45:46 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Compiled active_admin/editor.css (1127ms) (pid 18363)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (1482.6ms) Completed 200 OK in 1583ms (Views: 1549.6ms | ActiveRecord: 1.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:45:47 -0800 Served asset /active_admin.css - 304 Not Modified (10ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:45:47 -0800 Served asset /active_admin/editor.css - 200 OK (9ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:45:47 -0800 Served asset /active_admin/editor.js - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:45:47 -0800 Served asset /active_admin.js - 304 Not Modified (45ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:45:47 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-31 00:45:48 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (4ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-31 00:45:48 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (6ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-31 00:45:48 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (5ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:45:48 -0800 Served asset /active_admin/print.css - 304 Not Modified (5ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:45:49 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (92.2ms) Completed 200 OK in 99ms (Views: 90.8ms | ActiveRecord: 4.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:45:49 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:45:49 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:45:49 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:45:49 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:45:49 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:45:49 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:45:49 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:46:22 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1236ms) (pid 18363) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1293.2ms) Completed 200 OK in 1298ms (Views: 1295.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:46:23 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:46:23 -0800 Served asset /active_admin/editor.css - 200 OK (11ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:46:23 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:46:23 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:46:23 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:46:24 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:46:24 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:47:40 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (45.9ms) Completed 200 OK in 51ms (Views: 48.5ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:47:40 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:47:40 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:47:40 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:47:40 -0800 Served asset /active_admin/editor.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:47:40 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:47:40 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:47:40 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:48:13 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1204ms) (pid 18363) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1435.3ms) Completed 200 OK in 1440ms (Views: 1437.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:48:14 -0800 Served asset /active_admin.css - 304 Not Modified (29ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:48:15 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:48:15 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:48:15 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:48:15 -0800 Served asset /active_admin/editor.css - 200 OK (11ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:48:15 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:48:15 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:49:51 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin/editor.css (1238ms) (pid 18363) Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (1299.6ms) Completed 200 OK in 1304ms (Views: 1302.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:49:52 -0800 Served asset /active_admin/editor.css - 304 Not Modified (37ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:49:52 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:49:52 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:49:52 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:49:52 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:49:52 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:49:53 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 00:59:40 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (155.4ms) Completed 200 OK in 258ms (Views: 215.3ms | ActiveRecord: 5.3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 00:59:40 -0800 Served asset /active_admin/editor.css - 304 Not Modified (32ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 00:59:40 -0800 Served asset /active_admin.css - 304 Not Modified (9ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 00:59:40 -0800 Served asset /active_admin.js - 304 Not Modified (20ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 00:59:40 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 00:59:40 -0800 Served asset /active_admin/editor.js - 304 Not Modified (11ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 00:59:41 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 00:59:41 -0800 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 01:00:01 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} Completed 401 Unauthorized in 0ms Started GET "/admin/login" for 127.0.0.1 at 2012-12-31 01:00:01 -0800 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.3ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (36.3ms) Completed 200 OK in 127ms (Views: 126.3ms | ActiveRecord: 0.0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin.css - 200 OK (4ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/print.css - 200 OK (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/editor.css - 200 OK (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/editor/wysiwyg.css - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/lib/namespace.js - 200 OK (4ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /jquery-ui.js - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 200 OK (5ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 200 OK (4ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 200 OK (5ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/components/jquery.aa.popover.js - 200 OK (4ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/pages/application.js - 200 OK (4ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/pages/batch_actions.js - 200 OK (4ms) Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/base.js - 200 OK (18ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/application.js - 200 OK (10ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin.js - 200 OK (19ms) Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /wysihtml5.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/editor/templates/toolbar.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/editor/templates/toolbar.js - 200 OK (4ms) Started GET "/assets/active_admin/editor/templates/uploader.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/editor/templates/uploader.js - 200 OK (3ms) Started GET "/assets/active_admin/editor/editor.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/editor/editor.js - 200 OK (5ms) Started GET "/assets/active_admin/editor/config.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/editor/config.js - 200 OK (3ms) Started GET "/assets/active_admin/editor/parser_rules.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/editor/parser_rules.js - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/editor.js - 200 OK (11ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /jquery-ui.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/lib/namespace.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/pages/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/application.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin/base.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2012-12-31 01:00:02 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started POST "/admin/login" for 127.0.0.1 at 2012-12-31 01:00:08 -0800 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"K4aS79JegfgFybQGyYfCR+PAbhE2t1fgYVIBLbMjSVs=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1  (0.1ms) begin transaction  (2.6ms) UPDATE "admin_users" SET "last_sign_in_at" = '2012-12-31 07:57:54.272937', "current_sign_in_at" = '2012-12-31 09:00:08.295510', "sign_in_count" = 9, "updated_at" = '2012-12-31 09:00:08.298584' WHERE "admin_users"."id" = 1  (2.7ms) commit transaction Redirected to http://localhost:3000/admin/pages/1/edit Completed 302 Found in 108ms (ActiveRecord: 0.0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 01:00:08 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (67.2ms) Completed 200 OK in 72ms (Views: 69.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:08 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:08 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:08 -0800 Served asset /active_admin/editor.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:08 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 01:00:08 -0800 Served asset /active_admin.js - 200 OK (1ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 01:00:08 -0800 Served asset /active_admin/editor.js - 200 OK (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 01:00:08 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-31 01:00:21 -0800 Processing by Admin::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"K4aS79JegfgFybQGyYfCR+PAbhE2t1fgYVIBLbMjSVs=", "page"=>{"title"=>"Hello", "content"=>"

Lorem Ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur hendrerit, tortor vel interdum consequat, turpis nulla luctus erat, ut hendrerit dui nisi a nisi. Integer molestie mattis lectus ornare scelerisque. Aliquam tempor viverra nunc sit amet faucibus. Curabitur pretium pharetra fringilla. Etiam sapien orci, auctor vitae tincidunt a, facilisis eget lorem. Praesent in sodales nisl. Cras libero ipsum, ornare et pellentesque sed, feugiat ac quam. Etiam sagittis quam non nisl laoreet nec aliquam enim sodales. Ut sit amet tellus erat, porttitor mattis neque.

\"\"

Curabitur lobortis purus eu ligula laoreet a congue neque suscipit. Sed suscipit gravida massa, nec ultrices sapien scelerisque varius. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Morbi vulputate vehicula neque quis pellentesque. Mauris ornare tincidunt porttitor. Suspendisse potenti. Donec facilisis, nisi ac facilisis pharetra, massa risus posuere mauris, ut euismod purus arcu eget sapien. Donec egestas pulvinar metus. Ut pellentesque feugiat justo, vel faucibus libero ornare non. Cras at ligula odio, vitae fermentum nibh. Duis malesuada, erat convallis porta porttitor, magna ante tempus sem, a pretium purus metus nec nisi. Donec a tincidunt ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent fringilla magna porta lacus laoreet tristique. Duis sed sapien id diam iaculis rhoncus ac a neque. Mauris posuere facilisis elementum.

Suspendisse ut nisi non lacus fermentum imperdiet eu quis lectus. Fusce orci purus, tempor quis consequat sed, lobortis id purus. Suspendisse vel varius enim. Pellentesque vehicula ultrices arcu, a posuere eros accumsan ac. Curabitur scelerisque convallis purus, a porta metus vestibulum non. Donec lacinia pellentesque augue vitae pulvinar. Vestibulum mattis, magna blandit adipiscing cursus, eros mi porta nisl, sed varius quam metus sed tellus.

Nam ut porta dui. Pellentesque molestie pulvinar ipsum, a tincidunt diam consectetur et. In vitae justo sem, mattis iaculis dui. Quisque sollicitudin interdum erat, vel commodo sem condimentum quis. Pellentesque tincidunt tortor justo, quis dapibus velit. Nulla sed dapibus nulla. Aliquam ligula arcu, pharetra gravida sagittis id, pellentesque id massa. Aliquam dictum sagittis vestibulum. Aenean tristique justo ac leo eleifend vitae euismod metus accumsan.

Suspendisse in consectetur purus. Morbi libero nunc, posuere a aliquam at, ultricies eget metus. Nunc dignissim nulla et enim vestibulum vel volutpat libero porta. Nunc non sem auctor nisi euismod gravida. Nullam at nisl risus. Pellentesque cursus convallis justo in gravida. Phasellus ut ipsum quis justo venenatis facilisis. Nulla facilisi. Aenean lorem tellus, hendrerit sit amet commodo id, fringilla vitae nulla. Phasellus pharetra, diam sit amet rutrum sollicitudin, nulla lectus sollicitudin nibh, vitae tristique dui nunc eu lectus

"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Page", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.5ms) UPDATE "pages" SET "content" = '

Lorem Ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur hendrerit, tortor vel interdum consequat, turpis nulla luctus erat, ut hendrerit dui nisi a nisi. Integer molestie mattis lectus ornare scelerisque. Aliquam tempor viverra nunc sit amet faucibus. Curabitur pretium pharetra fringilla. Etiam sapien orci, auctor vitae tincidunt a, facilisis eget lorem. Praesent in sodales nisl. Cras libero ipsum, ornare et pellentesque sed, feugiat ac quam. Etiam sagittis quam non nisl laoreet nec aliquam enim sodales. Ut sit amet tellus erat, porttitor mattis neque.

Curabitur lobortis purus eu ligula laoreet a congue neque suscipit. Sed suscipit gravida massa, nec ultrices sapien scelerisque varius. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Morbi vulputate vehicula neque quis pellentesque. Mauris ornare tincidunt porttitor. Suspendisse potenti. Donec facilisis, nisi ac facilisis pharetra, massa risus posuere mauris, ut euismod purus arcu eget sapien. Donec egestas pulvinar metus. Ut pellentesque feugiat justo, vel faucibus libero ornare non. Cras at ligula odio, vitae fermentum nibh. Duis malesuada, erat convallis porta porttitor, magna ante tempus sem, a pretium purus metus nec nisi. Donec a tincidunt ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent fringilla magna porta lacus laoreet tristique. Duis sed sapien id diam iaculis rhoncus ac a neque. Mauris posuere facilisis elementum.

Suspendisse ut nisi non lacus fermentum imperdiet eu quis lectus. Fusce orci purus, tempor quis consequat sed, lobortis id purus. Suspendisse vel varius enim. Pellentesque vehicula ultrices arcu, a posuere eros accumsan ac. Curabitur scelerisque convallis purus, a porta metus vestibulum non. Donec lacinia pellentesque augue vitae pulvinar. Vestibulum mattis, magna blandit adipiscing cursus, eros mi porta nisl, sed varius quam metus sed tellus.

Nam ut porta dui. Pellentesque molestie pulvinar ipsum, a tincidunt diam consectetur et. In vitae justo sem, mattis iaculis dui. Quisque sollicitudin interdum erat, vel commodo sem condimentum quis. Pellentesque tincidunt tortor justo, quis dapibus velit. Nulla sed dapibus nulla. Aliquam ligula arcu, pharetra gravida sagittis id, pellentesque id massa. Aliquam dictum sagittis vestibulum. Aenean tristique justo ac leo eleifend vitae euismod metus accumsan.

Suspendisse in consectetur purus. Morbi libero nunc, posuere a aliquam at, ultricies eget metus. Nunc dignissim nulla et enim vestibulum vel volutpat libero porta. Nunc non sem auctor nisi euismod gravida. Nullam at nisl risus. Pellentesque cursus convallis justo in gravida. Phasellus ut ipsum quis justo venenatis facilisis. Nulla facilisi. Aenean lorem tellus, hendrerit sit amet commodo id, fringilla vitae nulla. Phasellus pharetra, diam sit amet rutrum sollicitudin, nulla lectus sollicitudin nibh, vitae tristique dui nunc eu lectus

', "updated_at" = '2012-12-31 09:00:21.865435' WHERE "pages"."id" = 1  (2.4ms) commit transaction Redirected to http://localhost:3000/admin/pages/1 Completed 302 Found in 16ms (ActiveRecord: 0.0ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-31 01:00:21 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (82.4ms) Completed 200 OK in 88ms (Views: 84.7ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:21 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:21 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:22 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:22 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 01:00:29 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (41.2ms) Completed 200 OK in 46ms (Views: 43.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:29 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:29 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:29 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 01:00:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started PUT "/admin/pages/1" for 127.0.0.1 at 2012-12-31 01:00:47 -0800 Processing by Admin::PagesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"K4aS79JegfgFybQGyYfCR+PAbhE2t1fgYVIBLbMjSVs=", "page"=>{"title"=>"Hello", "content"=>"

Lorem Ipsum

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur hendrerit, tortor vel interdum consequat, turpis nulla luctus erat, ut hendrerit dui nisi a nisi. Integer molestie mattis lectus ornare scelerisque. Aliquam tempor viverra nunc sit amet faucibus. Curabitur pretium pharetra fringilla. Etiam sapien orci, auctor vitae tincidunt a, facilisis eget lorem. Praesent in sodales nisl. Cras libero ipsum, ornare et pellentesque sed, feugiat ac quam. Etiam sagittis quam non nisl laoreet nec aliquam enim sodales. Ut sit amet tellus erat, porttitor mattis neque.

\"\"

Curabitur lobortis purus eu ligula laoreet a congue neque suscipit. Sed suscipit gravida massa, nec ultrices sapien scelerisque varius. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Morbi vulputate vehicula neque quis pellentesque. Mauris ornare tincidunt porttitor. Suspendisse potenti. Donec facilisis, nisi ac facilisis pharetra, massa risus posuere mauris, ut euismod purus arcu eget sapien. Donec egestas pulvinar metus. Ut pellentesque feugiat justo, vel faucibus libero ornare non. Cras at ligula odio, vitae fermentum nibh. Duis malesuada, erat convallis porta porttitor, magna ante tempus sem, a pretium purus metus nec nisi. Donec a tincidunt ante. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent fringilla magna porta lacus laoreet tristique. Duis sed sapien id diam iaculis rhoncus ac a neque. Mauris posuere facilisis elementum.

Suspendisse ut nisi non lacus fermentum imperdiet eu quis lectus. Fusce orci purus, tempor quis consequat sed, lobortis id purus. Suspendisse vel varius enim. Pellentesque vehicula ultrices arcu, a posuere eros accumsan ac. Curabitur scelerisque convallis purus, a porta metus vestibulum non. Donec lacinia pellentesque augue vitae pulvinar. Vestibulum mattis, magna blandit adipiscing cursus, eros mi porta nisl, sed varius quam metus sed tellus.

Nam ut porta dui. Pellentesque molestie pulvinar ipsum, a tincidunt diam consectetur et. In vitae justo sem, mattis iaculis dui. Quisque sollicitudin interdum erat, vel commodo sem condimentum quis. Pellentesque tincidunt tortor justo, quis dapibus velit. Nulla sed dapibus nulla. Aliquam ligula arcu, pharetra gravida sagittis id, pellentesque id massa. Aliquam dictum sagittis vestibulum. Aenean tristique justo ac leo eleifend vitae euismod metus accumsan.

Suspendisse in consectetur purus. Morbi libero nunc, posuere a aliquam at, ultricies eget metus. Nunc dignissim nulla et enim vestibulum vel volutpat libero porta. Nunc non sem auctor nisi euismod gravida. Nullam at nisl risus. Pellentesque cursus convallis justo in gravida. Phasellus ut ipsum quis justo venenatis facilisis. Nulla facilisi. Aenean lorem tellus, hendrerit sit amet commodo id, fringilla vitae nulla. Phasellus pharetra, diam sit amet rutrum sollicitudin, nulla lectus sollicitudin nibh, vitae tristique dui nunc eu lectus

"}, "_wysihtml5_mode"=>"1", "commit"=>"Update Page", "id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/admin/pages/1 Completed 302 Found in 10ms (ActiveRecord: 0.0ms) Started GET "/admin/pages/1" for 127.0.0.1 at 2012-12-31 01:00:47 -0800 Processing by Admin::PagesController#show as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' CACHE (0.0ms) SELECT COUNT(*) FROM "active_admin_comments" WHERE "active_admin_comments"."resource_type" = 'Page' AND "active_admin_comments"."resource_id" = '1' AND "active_admin_comments"."namespace" = 'admin' Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/show.html.arb (81.2ms) Completed 200 OK in 111ms (Views: 108.7ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:48 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:48 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:48 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:48 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 01:00:50 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (37.0ms) Completed 200 OK in 41ms (Views: 39.4ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:50 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:50 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:50 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 01:00:50 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 01:00:50 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-31 08:49:55 -0800 Processing by Admin::PagesController#index as HTML Completed 401 Unauthorized in 1ms Started GET "/admin/login" for 127.0.0.1 at 2012-12-31 08:49:55 -0800 Processing by ActiveAdmin::Devise::SessionsController#new as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/devise/shared/_links.erb (1.3ms) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (78.8ms) Completed 200 OK in 251ms (Views: 235.7ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin.css - 304 Not Modified (13ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/editor.css - 304 Not Modified (8ms) Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /jquery-ui.js - 304 Not Modified (11ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -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-31 08:49:56 -0800 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/lib/namespace.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/lib/namespace.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/components/jquery.aa.checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/components/jquery.aa.checkbox-toggler.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.dropdown-menu.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/components/jquery.aa.dropdown-menu.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/components/jquery.aa.popover.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/components/jquery.aa.popover.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/components/jquery.aa.table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/components/jquery.aa.table-checkbox-toggler.js - 304 Not Modified (4ms) Started GET "/assets/active_admin/pages/application.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/pages/application.js - 304 Not Modified (5ms) Started GET "/assets/active_admin/pages/batch_actions.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/pages/batch_actions.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/application.js - 304 Not Modified (9ms) Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/base.js - 304 Not Modified (18ms) Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin.js - 304 Not Modified (16ms) Started GET "/assets/active_admin/editor/templates/toolbar.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (5ms) Started GET "/assets/wysihtml5.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /wysihtml5.js - 304 Not Modified (6ms) Started GET "/assets/active_admin/editor/templates/uploader.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/editor.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/editor/editor.js - 304 Not Modified (7ms) Started GET "/assets/active_admin/editor/config.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/editor/config.js - 200 OK (3ms) Started GET "/assets/active_admin/editor/parser_rules.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/editor/parser_rules.js - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.js?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/editor.js - 304 Not Modified (8ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 08:49:56 -0800 Served asset /active_admin/print.css - 304 Not Modified (3ms) Started POST "/admin/login" for 127.0.0.1 at 2012-12-31 08:50:01 -0800 Processing by ActiveAdmin::Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9daYwCMWh+G7puiMfgCG8zBUXxtn/Z0z58KnkXXRkUo=", "admin_user"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."email" = 'admin@example.com' LIMIT 1  (0.1ms) begin transaction  (2.3ms) UPDATE "admin_users" SET "last_sign_in_at" = '2012-12-31 09:00:08.295510', "current_sign_in_at" = '2012-12-31 16:50:02.008892', "sign_in_count" = 10, "updated_at" = '2012-12-31 16:50:02.011442' WHERE "admin_users"."id" = 1  (3.0ms) commit transaction Redirected to http://localhost:3000/ Completed 302 Found in 118ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2012-12-31 08:50:02 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.2ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (215.6ms) Completed 200 OK in 231ms (Views: 218.0ms | ActiveRecord: 0.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 08:50:02 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 08:50:02 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 08:50:02 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 08:50:02 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 08:50:02 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2012-12-31 08:50:02 -0800 Served asset /active_admin/orderable.png - 304 Not Modified (3ms) Started GET "/assets/active_admin/datepicker/datepicker-nipple.png" for 127.0.0.1 at 2012-12-31 08:50:02 -0800 Served asset /active_admin/datepicker/datepicker-nipple.png - 304 Not Modified (4ms) Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2012-12-31 08:50:02 -0800 Served asset /active_admin/datepicker/datepicker-input-icon.png - 304 Not Modified (4ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 08:50:02 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 08:50:04 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (54.3ms) Completed 200 OK in 60ms (Views: 56.7ms | ActiveRecord: 0.5ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 08:50:04 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 08:50:04 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 08:50:04 -0800 Served asset /active_admin/editor.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 08:50:04 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 08:50:04 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 08:50:04 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 08:50:04 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 08:50:04 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 08:50:24 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.1ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Compiled active_admin.css (2092ms) (pid 22298) Compiled active_admin/print.css (206ms) (pid 22298) Compiled active_admin/editor.css (1092ms) (pid 22298) Compiled active_admin/editor/wysiwyg.css (0ms) (pid 22298) Page Load (4.5ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (3713.2ms) Completed 200 OK in 3760ms (Views: 3723.6ms | ActiveRecord: 5.5ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 08:50:28 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 08:50:28 -0800 Served asset /active_admin/editor.css - 304 Not Modified (6ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 08:50:28 -0800 Compiled jquery.js (2ms) (pid 22298) Compiled jquery-ui.js (6ms) (pid 22298) Compiled jquery_ujs.js (0ms) (pid 22298) Compiled active_admin/lib/namespace.js (119ms) (pid 22298) Compiled active_admin/components/jquery.aa.checkbox-toggler.js (144ms) (pid 22298) Compiled active_admin/components/jquery.aa.dropdown-menu.js (147ms) (pid 22298) Compiled active_admin/components/jquery.aa.popover.js (143ms) (pid 22298) Compiled active_admin/components/jquery.aa.table-checkbox-toggler.js (130ms) (pid 22298) Compiled active_admin/pages/application.js (123ms) (pid 22298) Compiled active_admin/pages/batch_actions.js (125ms) (pid 22298) Compiled active_admin/application.js (1031ms) (pid 22298) Compiled active_admin/base.js (1083ms) (pid 22298) Compiled active_admin.js (1098ms) (pid 22298) Served asset /active_admin.js - 304 Not Modified (1116ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 08:50:29 -0800 Compiled wysihtml5.js (2ms) (pid 22298) Compiled active_admin/editor/templates/toolbar.js (0ms) (pid 22298) Compiled active_admin/editor/templates/uploader.js (0ms) (pid 22298) Compiled active_admin/editor/editor.js (18ms) (pid 22298) Compiled active_admin/editor/config.js (1ms) (pid 22298) Compiled active_admin/editor/parser_rules.js (0ms) (pid 22298) Compiled active_admin/editor.js (65ms) (pid 22298) Served asset /active_admin/editor.js - 200 OK (82ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 08:50:29 -0800 Served asset /active_admin.css - 304 Not Modified (11ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 08:50:29 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 08:50:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-31 08:50:29 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (11ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 08:50:29 -0800 Served asset /active_admin/print.css - 304 Not Modified (7ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-31 08:51:01 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count   (0.1ms) SELECT COUNT(*) FROM "pages" CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (196.6ms) Completed 200 OK in 274ms (Views: 199.0ms | ActiveRecord: 0.7ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 08:51:01 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 08:51:01 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 08:51:01 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 08:51:01 -0800 Served asset /active_admin/editor.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 08:51:02 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 08:51:05 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (44.9ms) Completed 200 OK in 49ms (Views: 47.2ms | ActiveRecord: 0.3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 08:51:05 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 08:51:05 -0800 Served asset /active_admin/editor.css - 304 Not Modified (2ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 08:51:05 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 08:51:05 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 08:51:05 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-31 08:51:05 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 08:51:05 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 08:51:29 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (67.2ms) Completed 200 OK in 73ms (Views: 70.1ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 08:51:29 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 08:51:29 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 08:51:29 -0800 Served asset /active_admin/editor.js - 304 Not Modified (1ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 08:51:29 -0800 Served asset /active_admin/editor.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 08:51:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 08:51:29 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 08:51:29 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-31 08:51:29 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 08:51:29 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2012-12-31 08:52:08 -0800 Processing by Admin::PagesController#index as HTML AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count  (0.1ms) SELECT COUNT(*) FROM "pages"  CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "pages" LIMIT 30 OFFSET 0) subquery_for_count Page Load (0.1ms) SELECT "pages".* FROM "pages" ORDER BY "pages"."id" desc LIMIT 30 OFFSET 0 Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/index.html.arb (114.2ms) Completed 200 OK in 119ms (Views: 116.3ms | ActiveRecord: 0.6ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 08:52:09 -0800 Served asset /active_admin.css - 304 Not Modified (4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 08:52:09 -0800 Served asset /active_admin/editor.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 08:52:09 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 08:52:09 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 08:52:09 -0800 Served asset /active_admin.js - 304 Not Modified (1ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 08:52:09 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 08:52:09 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 08:52:11 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (45.4ms) Completed 200 OK in 75ms (Views: 73.0ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 08:52:11 -0800 Served asset /active_admin.css - 304 Not Modified (5ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 08:52:11 -0800 Served asset /active_admin/editor.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 08:52:11 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 08:52:11 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 08:52:11 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 08:52:11 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-31 08:52:11 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 08:52:11 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.5ms) Completed 200 OK in 38ms (Views: 36.3ms | ActiveRecord: 0.0ms) Compiled konacha/parent.js (0ms) (pid 22401) Served asset /konacha/parent.js - 304 Not Modified (18ms) Compiled mocha.css (1ms) (pid 22401) Compiled mocha.js (61ms) (pid 22401) Compiled konacha.css (83ms) (pid 22401) Served asset /mocha.js - 304 Not Modified (105ms) Served asset /konacha.css - 304 Not Modified (103ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled chai-jquery.js (0ms) (pid 22401) Compiled sinon.js (1ms) (pid 22401) Compiled sinon-chai.js (0ms) (pid 22401) Compiled templates/editor.js (0ms) (pid 22401) Compiled spec_helper.js (62ms) (pid 22401) Compiled support/mock_wysihtml5.js (0ms) (pid 22401) Compiled editor_spec.js (93ms) (pid 22401) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (128.3ms) Completed 200 OK in 148ms (Views: 146.7ms | ActiveRecord: 0.0ms) Served asset /chai-jquery.js - 304 Not Modified (1ms) Compiled application.css (25ms) (pid 22401) Compiled konacha/iframe.js (0ms) (pid 22401) Served asset /sinon-chai.js - 304 Not Modified (4ms) Served asset /konacha/iframe.js - 304 Not Modified (40ms) Compiled chai.js (6ms) (pid 22401) Served asset /application.css - 200 OK (51ms) Served asset /sinon.js - 304 Not Modified (35ms) Served asset /jquery.js - 304 Not Modified (44ms) Served asset /templates/editor.js - 304 Not Modified (5ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (6ms) Served asset /chai.js - 304 Not Modified (79ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (11ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (9ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (6ms) Served asset /spec_helper.js - 304 Not Modified (51ms) Served asset /editor_spec.js - 200 OK (19ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 13ms (Views: 11.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (10ms) (pid 22401) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (163.2ms) Completed 200 OK in 168ms (Views: 166.4ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (5ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (13ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (10ms) (pid 22401) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (122.7ms) Completed 200 OK in 128ms (Views: 126.4ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (13ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (10ms) (pid 22401) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (88.6ms) Completed 200 OK in 93ms (Views: 91.8ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (6ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (39ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (1.0ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled editor_spec.js (11ms) (pid 22401) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (125.1ms) Completed 200 OK in 130ms (Views: 128.6ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 304 Not Modified (0ms) Served asset /editor_spec.js - 200 OK (19ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor/editor.js (1ms) (pid 22401) Compiled editor_spec.js (10ms) (pid 22401) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (41.7ms) Completed 200 OK in 47ms (Views: 45.2ms | ActiveRecord: 0.0ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /application.css - 304 Not Modified (3ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 200 OK (7ms) Served asset /editor_spec.js - 200 OK (17ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.9ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor/editor.js (1ms) (pid 22401) Compiled editor_spec.js (10ms) (pid 22401) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (41.1ms) Completed 200 OK in 46ms (Views: 44.4ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (6ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 200 OK (11ms) Served asset /editor_spec.js - 304 Not Modified (19ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (4.4ms) Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (3ms) Served asset /konacha.css - 304 Not Modified (5ms) Served asset /mocha.js - 304 Not Modified (15ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor/editor.js (1ms) (pid 22761) Compiled editor_spec.js (11ms) (pid 22761) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (78.4ms) Completed 200 OK in 84ms (Views: 82.2ms | ActiveRecord: 0.0ms) Served asset /konacha/iframe.js - 304 Not Modified (3ms) Served asset /chai-jquery.js - 304 Not Modified (1ms) Served asset /chai.js - 304 Not Modified (26ms) Served asset /sinon-chai.js - 304 Not Modified (1ms) Served asset /templates/editor.js - 304 Not Modified (3ms) Served asset /sinon.js - 304 Not Modified (15ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (5ms) Served asset /application.css - 304 Not Modified (61ms) Served asset /jquery.js - 304 Not Modified (52ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (3ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (3ms) Served asset /active_admin/editor/editor.js - 200 OK (5ms) Served asset /spec_helper.js - 304 Not Modified (84ms) Served asset /editor_spec.js - 304 Not Modified (48ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 79ms (Views: 3.5ms | ActiveRecord: 0.0ms) Processing by Konacha::SpecsController#parent as HTML Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/parent.html.erb (0.8ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Served asset /konacha/parent.js - 304 Not Modified (0ms) Served asset /konacha.css - 304 Not Modified (0ms) Served asset /mocha.js - 304 Not Modified (0ms) Processing by Konacha::SpecsController#iframe as HTML Parameters: {"name"=>"editor_spec"} Compiled active_admin/editor/editor.js (1ms) (pid 22761) Compiled editor_spec.js (10ms) (pid 22761) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/konacha-2.1.0/app/views/konacha/specs/iframe.html.erb (74.1ms) Completed 200 OK in 78ms (Views: 77.2ms | ActiveRecord: 0.0ms) Served asset /application.css - 304 Not Modified (4ms) Served asset /chai.js - 304 Not Modified (0ms) Served asset /konacha/iframe.js - 304 Not Modified (0ms) Served asset /jquery.js - 304 Not Modified (0ms) Served asset /chai-jquery.js - 304 Not Modified (0ms) Served asset /sinon.js - 304 Not Modified (0ms) Served asset /sinon-chai.js - 304 Not Modified (0ms) Served asset /spec_helper.js - 304 Not Modified (0ms) Served asset /templates/editor.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/toolbar.js - 304 Not Modified (0ms) Served asset /support/mock_wysihtml5.js - 304 Not Modified (0ms) Served asset /active_admin/editor/templates/uploader.js - 304 Not Modified (0ms) Served asset /active_admin/editor/editor.js - 200 OK (15ms) Served asset /editor_spec.js - 304 Not Modified (23ms) Processing by Konacha::SpecsController#parent as Parameters: {"path"=>"favicon"} Rendered text template (0.0ms) Completed 404 Not Found in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Connecting to database specified by database.yml Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 09:03:22 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (4.9ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (204.0ms) Completed 200 OK in 252ms (Views: 214.1ms | ActiveRecord: 5.9ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 09:03:23 -0800 Served asset /active_admin.css - 304 Not Modified (16ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 09:03:23 -0800 Served asset /active_admin.js - 304 Not Modified (42ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 09:03:23 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 09:03:23 -0800 Served asset /active_admin/editor.css - 304 Not Modified (7ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 09:03:23 -0800 Compiled active_admin/editor.js (11ms) (pid 22794) Served asset /active_admin/editor.js - 200 OK (71ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 09:03:23 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-31 09:03:23 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (3ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 09:03:23 -0800 Served asset /active_admin/print.css - 304 Not Modified (4ms) Started GET "/admin/pages/1/edit" for 127.0.0.1 at 2012-12-31 09:03:58 -0800 Processing by Admin::PagesController#edit as HTML Parameters: {"id"=>"1"} AdminUser Load (0.2ms) SELECT "admin_users".* FROM "admin_users" WHERE "admin_users"."id" = 1 LIMIT 1 Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]] Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", 1]] DEPRECATION WARNING: f.buttons is deprecated in favour of f.actions. (called from block (2 levels) in at /Users/ejholmes/Source/active_admin_editor/spec/dummy/app/admin/pages.rb:8) Rendered /Users/ejholmes/.rbenv/versions/1.9.3-p327/lib/ruby/gems/1.9.1/gems/activeadmin-0.5.1/app/views/active_admin/resource/edit.html.arb (85.3ms) Completed 200 OK in 90ms (Views: 87.6ms | ActiveRecord: 0.4ms) Started GET "/assets/active_admin/editor.css?body=1" for 127.0.0.1 at 2012-12-31 09:03:59 -0800 Served asset /active_admin/editor.css - 304 Not Modified (3ms) Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-12-31 09:03:59 -0800 Served asset /active_admin.css - 304 Not Modified (3ms) Started GET "/assets/active_admin/editor.js" for 127.0.0.1 at 2012-12-31 09:03:59 -0800 Served asset /active_admin/editor.js - 304 Not Modified (0ms) Started GET "/assets/active_admin.js" for 127.0.0.1 at 2012-12-31 09:03:59 -0800 Served asset /active_admin.js - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css?body=1" for 127.0.0.1 at 2012-12-31 09:03:59 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/wysiwyg.css" for 127.0.0.1 at 2012-12-31 09:03:59 -0800 Served asset /active_admin/editor/wysiwyg.css - 304 Not Modified (0ms) Started GET "/assets/active_admin/editor/loader.gif" for 127.0.0.1 at 2012-12-31 09:03:59 -0800 Served asset /active_admin/editor/loader.gif - 304 Not Modified (0ms) Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2012-12-31 09:03:59 -0800 Served asset /active_admin/print.css - 304 Not Modified (0ms)