(2.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMessages (20150222083608)  (0.2ms) begin transaction  (0.5ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150222083608"]]  (1.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) begin transaction SQL (3.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-02-22 20:49:16.215058"], ["updated_at", "2015-02-22 20:49:16.215058"]]  (1.2ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "messages"  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-02-22 20:49:46.412513"], ["updated_at", "2015-02-22 20:49:46.412513"]]  (2.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateFoos (20150223004816)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "foos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150223004816"]]  (1.8ms) commit transaction Migrating to CreateBars (20150223004834)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "bars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150223004834"]]  (1.3ms) commit transaction Migrating to CreateFoobars (20150223004841)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "foobars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150223004841"]]  (1.1ms) commit transaction Migrating to CreateBarfoos (20150223004852)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "barfoos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150223004852"]]  (1.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/bower_components/angular/angular-route.min.js" for ::1 at 2015-02-23 22:04:26 -0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/bower_components/angular/angular-route.min.js"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' puma (2.11.1) lib/puma/server.rb:507:in `handle_request' puma (2.11.1) lib/puma/server.rb:375:in `process_client' puma (2.11.1) lib/puma/server.rb:262:in `block in run' puma (2.11.1) lib/puma/thread_pool.rb:104:in `call' puma (2.11.1) lib/puma/thread_pool.rb:104:in `block in spawn_thread' Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.9ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.3ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (60.2ms) Started GET "/bower_components/angular/angular-route.min.js" for ::1 at 2015-02-23 22:04:44 -0800 ActionController::RoutingError (No route matches [GET] "/bower_components/angular/angular-route.min.js"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' puma (2.11.1) lib/puma/server.rb:507:in `handle_request' puma (2.11.1) lib/puma/server.rb:375:in `process_client' puma (2.11.1) lib/puma/server.rb:262:in `block in run' puma (2.11.1) lib/puma/thread_pool.rb:104:in `call' puma (2.11.1) lib/puma/thread_pool.rb:104:in `block in spawn_thread' Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.1ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (33.5ms) Started GET "/bower_components/angular/angular-route.min.js" for ::1 at 2015-02-23 22:04:52 -0800 ActionController::RoutingError (No route matches [GET] "/bower_components/angular/angular-route.min.js"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' puma (2.11.1) lib/puma/server.rb:507:in `handle_request' puma (2.11.1) lib/puma/server.rb:375:in `process_client' puma (2.11.1) lib/puma/server.rb:262:in `block in run' puma (2.11.1) lib/puma/thread_pool.rb:104:in `call' puma (2.11.1) lib/puma/thread_pool.rb:104:in `block in spawn_thread' Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (35.5ms) Started GET "/messages" for ::1 at 2015-02-23 22:09:41 -0800 AbstractController::ActionNotFound (The action 'index' could not be found for MessagesController): actionpack (4.2.0) lib/abstract_controller/base.rb:132:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' puma (2.11.1) lib/puma/server.rb:507:in `handle_request' puma (2.11.1) lib/puma/server.rb:375:in `process_client' puma (2.11.1) lib/puma/server.rb:262:in `block in run' puma (2.11.1) lib/puma/thread_pool.rb:104:in `call' puma (2.11.1) lib/puma/thread_pool.rb:104:in `block in spawn_thread' Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.4ms) Started GET "/messages" for ::1 at 2015-02-23 22:12:22 -0800 AbstractController::ActionNotFound (The action 'index' could not be found for MessagesController): actionpack (4.2.0) lib/abstract_controller/base.rb:132:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' puma (2.11.1) lib/puma/server.rb:507:in `handle_request' puma (2.11.1) lib/puma/server.rb:375:in `process_client' puma (2.11.1) lib/puma/server.rb:262:in `block in run' puma (2.11.1) lib/puma/thread_pool.rb:104:in `call' puma (2.11.1) lib/puma/thread_pool.rb:104:in `block in spawn_thread' Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.5ms) Started GET "/messages" for ::1 at 2015-02-23 22:14:16 -0800 Processing by MessagesController#index as HTML Message Load (0.7ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 26ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started GET "/messages/1/destroy" for ::1 at 2015-02-23 22:14:19 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"1"} Rendered text template (0.0ms) Completed -1 in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms) Message Load (1.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 1]]  (1.1ms) rollback transaction Started GET "/messages" for ::1 at 2015-02-23 22:17:26 -0800 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (0.7ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 88ms (Views: 20.3ms | ActiveRecord: 0.0ms) Started GET "/messages/1/destroy" for ::1 at 2015-02-23 22:17:28 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"1"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 1]]  (1.5ms) commit transaction Started GET "/messages/2/destroy" for ::1 at 2015-02-23 22:17:29 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"2"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 2]]  (3.8ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-23 22:17:31 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "Hello"], ["created_at", "2015-02-24 06:17:31.750855"], ["updated_at", "2015-02-24 06:17:31.750855"]]  (2.1ms) commit transaction Started GET "/messages/3" for ::1 at 2015-02-23 22:17:34 -0800 Processing by MessagesController#show as HTML Parameters: {"id"=>"3"} Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.3ms | ActiveRecord: 0.5ms) Started GET "/messages/3/update" for ::1 at 2015-02-23 22:17:36 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"3"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "Hello!"], ["updated_at", "2015-02-24 06:17:36.510782"], ["id", 3]]  (1.7ms) commit transaction Started GET "/messages" for ::1 at 2015-02-25 17:59:22 -0800 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 93ms (Views: 78.4ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-25 17:59:25 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "!!"], ["created_at", "2015-02-26 01:59:25.884104"], ["updated_at", "2015-02-26 01:59:25.884104"]]  (1.5ms) commit transaction Started GET "/messages/4/destroy" for ::1 at 2015-02-25 17:59:28 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"4"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 4]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-25 18:00:59 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Started GET "/messages/3/destroy" for ::1 at 2015-02-25 18:01:00 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"3"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 3]]  (2.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-25 18:01:03 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "First message"], ["created_at", "2015-02-26 02:01:03.019813"], ["updated_at", "2015-02-26 02:01:03.019813"]]  (2.3ms) commit transaction Started GET "/messages" for ::1 at 2015-02-25 18:44:34 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (2.4ms) SELECT "messages".* FROM "messages" Completed -1 in 7ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-26 19:50:42 -0800 ActiveRecord::PendingMigrationError ( Migrations are pending. To resolve this issue, run: bin/rake db:migrate RAILS_ENV=development ): activerecord (4.2.0) lib/active_record/migration.rb:393:in `check_pending!' activerecord (4.2.0) lib/active_record/migration.rb:374:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' puma (2.11.1) lib/puma/server.rb:507:in `handle_request' puma (2.11.1) lib/puma/server.rb:375:in `process_client' puma (2.11.1) lib/puma/server.rb:262:in `block in run' puma (2.11.1) lib/puma/thread_pool.rb:104:in `call' puma (2.11.1) lib/puma/thread_pool.rb:104:in `block in spawn_thread' Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (25.4ms) Started GET "/messages/create" for ::1 at 2015-02-26 19:50:45 -0800 ActiveRecord::PendingMigrationError ( Migrations are pending. To resolve this issue, run: bin/rake db:migrate RAILS_ENV=development ): activerecord (4.2.0) lib/active_record/migration.rb:393:in `check_pending!' activerecord (4.2.0) lib/active_record/migration.rb:374:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' puma (2.11.1) lib/puma/server.rb:507:in `handle_request' puma (2.11.1) lib/puma/server.rb:375:in `process_client' puma (2.11.1) lib/puma/server.rb:262:in `block in run' puma (2.11.1) lib/puma/thread_pool.rb:104:in `call' puma (2.11.1) lib/puma/thread_pool.rb:104:in `block in spawn_thread' Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (17.9ms)  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.5ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMessages (20150222083608)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150222083608"]]  (1.1ms) commit transaction Migrating to CreateFoos (20150223004816)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "foos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150223004816"]]  (1.2ms) commit transaction Migrating to CreateBars (20150223004834)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "bars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150223004834"]]  (1.2ms) commit transaction Migrating to CreateFoobars (20150223004841)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "foobars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150223004841"]]  (1.2ms) commit transaction Migrating to CreateBarfoos (20150223004852)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "barfoos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150223004852"]]  (1.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBarfoos (20150223004852)  (0.1ms) begin transaction  (2.1ms) DROP TABLE "barfoos" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20150223004852"]]  (1.1ms) commit transaction Migrating to CreateFoobars (20150223004841)  (0.1ms) begin transaction  (1.0ms) DROP TABLE "foobars" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20150223004841"]]  (1.2ms) commit transaction Migrating to CreateBars (20150223004834)  (0.1ms) begin transaction  (0.9ms) DROP TABLE "bars" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20150223004834"]]  (1.2ms) commit transaction Migrating to CreateFoos (20150223004816)  (0.1ms) begin transaction  (0.9ms) DROP TABLE "foos" SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20150223004816"]]  (1.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateFoos (20150223004816)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "foos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150223004816"]]  (1.2ms) commit transaction Migrating to CreateBars (20150223004834)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "bars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150223004834"]]  (1.1ms) commit transaction Migrating to CreateFoobars (20150223004841)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "foobars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150223004841"]]  (1.2ms) commit transaction Migrating to CreateBarfoos (20150223004852)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "barfoos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150223004852"]]  (1.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/messages" for ::1 at 2015-02-26 19:52:44 -0800 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 23ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-26 19:52:48 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdf"], ["created_at", "2015-02-27 03:52:49.000644"], ["updated_at", "2015-02-27 03:52:49.000644"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:52:49 -0800 Processing by MessagesController#create as HTML Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf"], ["created_at", "2015-02-27 03:52:49.661866"], ["updated_at", "2015-02-27 03:52:49.661866"]]  (2.6ms) commit transaction Started GET "/messages/1/destroy" for ::1 at 2015-02-26 19:52:50 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"1"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 1]]  (0.9ms) commit transaction Started GET "/messages/2/destroy" for ::1 at 2015-02-26 19:52:51 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"2"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 2]] Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.7ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 2]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:52:52 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!"], ["created_at", "2015-02-27 03:52:52.433593"], ["updated_at", "2015-02-27 03:52:52.433593"]]  (1.1ms) commit transaction  (0.7ms) SELECT COUNT(*) FROM "messages" Message Load (0.2ms) SELECT "messages".* FROM "messages" ORDER BY "messages"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "foo"], ["updated_at", "2015-02-27 03:53:10.419193"], ["id", 3]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:31 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!"], ["created_at", "2015-02-27 03:57:31.184576"], ["updated_at", "2015-02-27 03:57:31.184576"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:31 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!"], ["created_at", "2015-02-27 03:57:31.580860"], ["updated_at", "2015-02-27 03:57:31.580860"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:31 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!"], ["created_at", "2015-02-27 03:57:31.710162"], ["updated_at", "2015-02-27 03:57:31.710162"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:31 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!"], ["created_at", "2015-02-27 03:57:31.862819"], ["updated_at", "2015-02-27 03:57:31.862819"]]  (1.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:31 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!"], ["created_at", "2015-02-27 03:57:31.998212"], ["updated_at", "2015-02-27 03:57:31.998212"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:32 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!"], ["created_at", "2015-02-27 03:57:32.573602"], ["updated_at", "2015-02-27 03:57:32.573602"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:32 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!"], ["created_at", "2015-02-27 03:57:32.884544"], ["updated_at", "2015-02-27 03:57:32.884544"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:33 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!"], ["created_at", "2015-02-27 03:57:33.149326"], ["updated_at", "2015-02-27 03:57:33.149326"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:33 -0800 Processing by MessagesController#create as HTML Unpermitted parameter: webSocketUrl Rendered text template (0.0ms)  (0.3ms) begin transaction Completed -1 in 20ms (Views: 1.5ms | ActiveRecord: 0.0ms) SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!"], ["created_at", "2015-02-27 03:57:33.453544"], ["updated_at", "2015-02-27 03:57:33.453544"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:33 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!"], ["created_at", "2015-02-27 03:57:33.732184"], ["updated_at", "2015-02-27 03:57:33.732184"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:34 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!"], ["created_at", "2015-02-27 03:57:34.013272"], ["updated_at", "2015-02-27 03:57:34.013272"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:34 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!"], ["created_at", "2015-02-27 03:57:34.278045"], ["updated_at", "2015-02-27 03:57:34.278045"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:34 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:34.557260"], ["updated_at", "2015-02-27 03:57:34.557260"]]  (1.0ms) commit transaction Started GET "/messages/3/destroy" for ::1 at 2015-02-26 19:57:36 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"3"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (1.7ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 3]]  (1.2ms) commit transaction Started GET "/messages/4/destroy" for ::1 at 2015-02-26 19:57:36 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"4"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 4]] Completed -1 in 4ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 4]]  (1.0ms) commit transaction Started GET "/messages/5/destroy" for ::1 at 2015-02-26 19:57:36 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"5"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 5]]  (1.4ms) commit transaction Started GET "/messages/6/destroy" for ::1 at 2015-02-26 19:57:36 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"6"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) begin transaction SQL (0.8ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 6]]  (1.2ms) commit transaction Started GET "/messages/7/destroy" for ::1 at 2015-02-26 19:57:36 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"7"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 7]] Completed -1 in 4ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 7]]  (1.0ms) commit transaction Started GET "/messages/8/destroy" for ::1 at 2015-02-26 19:57:36 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"8"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 8]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 8]]  (1.0ms) commit transaction Started GET "/messages/9/destroy" for ::1 at 2015-02-26 19:57:37 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"9"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 9]]  (1.2ms) commit transaction Started GET "/messages/10/destroy" for ::1 at 2015-02-26 19:57:37 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"10"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 10]] Completed -1 in 50ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 10]]  (1.0ms) commit transaction Started GET "/messages/11/destroy" for ::1 at 2015-02-26 19:57:37 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"11"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 11]]  (1.0ms) commit transaction Started GET "/messages/12/destroy" for ::1 at 2015-02-26 19:57:37 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"12"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 12]] Completed -1 in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 12]]  (1.5ms) commit transaction Started GET "/messages/13/destroy" for ::1 at 2015-02-26 19:57:37 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"13"} Rendered text template (0.1ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 13]] Completed -1 in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 13]]  (1.0ms) commit transaction Started GET "/messages/14/destroy" for ::1 at 2015-02-26 19:57:38 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"14"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 14]] Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 14]]  (2.3ms) commit transaction Started GET "/messages/15/destroy" for ::1 at 2015-02-26 19:57:38 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"15"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 15]] Completed -1 in 4ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 15]]  (2.1ms) commit transaction Started GET "/messages/16/destroy" for ::1 at 2015-02-26 19:57:38 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"16"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 16]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:40 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:40.388028"], ["updated_at", "2015-02-27 03:57:40.388028"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:41 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.6ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:41.388369"], ["updated_at", "2015-02-27 03:57:41.388369"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:41 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:41.686245"], ["updated_at", "2015-02-27 03:57:41.686245"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:41 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:41.972937"], ["updated_at", "2015-02-27 03:57:41.972937"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:42 -0800 Processing by MessagesController#create as HTML Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:42.261618"], ["updated_at", "2015-02-27 03:57:42.261618"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:42 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:42.548324"], ["updated_at", "2015-02-27 03:57:42.548324"]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:42 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:42.814093"], ["updated_at", "2015-02-27 03:57:42.814093"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:43 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:43.102346"], ["updated_at", "2015-02-27 03:57:43.102346"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:43 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:43.381352"], ["updated_at", "2015-02-27 03:57:43.381352"]]  (1.1ms) commit transaction Started GET "/messages/25/destroy" for ::1 at 2015-02-26 19:57:45 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"25"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 25]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:45 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:45.394845"], ["updated_at", "2015-02-27 03:57:45.394845"]]  (1.4ms) commit transaction Started GET "/messages/26/destroy" for ::1 at 2015-02-26 19:57:46 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"26"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 26]] Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 26]]  (2.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:46 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:46.412238"], ["updated_at", "2015-02-27 03:57:46.412238"]]  (2.3ms) commit transaction Started GET "/messages/27/destroy" for ::1 at 2015-02-26 19:57:47 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"27"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 27]]  (2.7ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:47 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:47.328703"], ["updated_at", "2015-02-27 03:57:47.328703"]]  (2.7ms) commit transaction Started GET "/messages/28/destroy" for ::1 at 2015-02-26 19:57:47 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"28"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 28]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 28]]  (2.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:48 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 52ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:48.146153"], ["updated_at", "2015-02-27 03:57:48.146153"]]  (3.3ms) commit transaction Started GET "/messages/29/destroy" for ::1 at 2015-02-26 19:57:48 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"29"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 29]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:48 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:48.887748"], ["updated_at", "2015-02-27 03:57:48.887748"]]  (2.4ms) commit transaction Started GET "/messages/30/destroy" for ::1 at 2015-02-26 19:57:49 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"30"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 30]] Completed -1 in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 30]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:49 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:49.665426"], ["updated_at", "2015-02-27 03:57:49.665426"]]  (2.6ms) commit transaction Started GET "/messages/31/destroy" for ::1 at 2015-02-26 19:57:50 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"31"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 31]]  (2.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:50 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:50.425493"], ["updated_at", "2015-02-27 03:57:50.425493"]]  (2.3ms) commit transaction Started GET "/messages/32/destroy" for ::1 at 2015-02-26 19:57:50 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"32"} Rendered text template (0.1ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 32]] Completed -1 in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 32]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:51 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.9ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:51.095863"], ["updated_at", "2015-02-27 03:57:51.095863"]]  (1.1ms) commit transaction Started GET "/messages/33/destroy" for ::1 at 2015-02-26 19:57:51 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"33"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 33]]  (2.3ms) commit transaction Started GET "/messages/24/destroy" for ::1 at 2015-02-26 19:57:52 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"24"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 24]]  (2.4ms) commit transaction Started GET "/messages/23/destroy" for ::1 at 2015-02-26 19:57:54 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"23"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 23]]  (2.3ms) commit transaction Started GET "/messages/22/destroy" for ::1 at 2015-02-26 19:57:54 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"22"} Rendered text template (0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 22]] Completed -1 in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 22]]  (2.3ms) commit transaction Started GET "/messages/17/destroy" for ::1 at 2015-02-26 19:57:55 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"17"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 17]]  (2.6ms) commit transaction Started GET "/messages/18/destroy" for ::1 at 2015-02-26 19:57:56 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"18"} Rendered text template (0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 18]] Completed -1 in 4ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 18]]  (2.4ms) commit transaction Started GET "/messages/19/destroy" for ::1 at 2015-02-26 19:57:56 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"19"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 19]]  (2.3ms) commit transaction Started GET "/messages/20/destroy" for ::1 at 2015-02-26 19:57:56 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"20"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 20]]  (2.4ms) commit transaction Started GET "/messages/21/destroy" for ::1 at 2015-02-26 19:57:56 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"21"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 21]] Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 21]]  (2.7ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:57 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:57.508592"], ["updated_at", "2015-02-27 03:57:57.508592"]]  (2.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:57 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:57.996922"], ["updated_at", "2015-02-27 03:57:57.996922"]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:58 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:58.357634"], ["updated_at", "2015-02-27 03:57:58.357634"]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:58 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:58.692986"], ["updated_at", "2015-02-27 03:57:58.692986"]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:59 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:59.037425"], ["updated_at", "2015-02-27 03:57:59.037425"]]  (2.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:59 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 16ms (Views: 0.4ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:59.377916"], ["updated_at", "2015-02-27 03:57:59.377916"]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:59 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:59.694741"], ["updated_at", "2015-02-27 03:57:59.694741"]]  (2.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:57:59 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:57:59.978913"], ["updated_at", "2015-02-27 03:57:59.978913"]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:00 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:00.684125"], ["updated_at", "2015-02-27 03:58:00.684125"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:01 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.6ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:01.196762"], ["updated_at", "2015-02-27 03:58:01.196762"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:01 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:01.268858"], ["updated_at", "2015-02-27 03:58:01.268858"]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:01 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.6ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:01.354045"], ["updated_at", "2015-02-27 03:58:01.354045"]]  (2.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:01 -0800 Processing by MessagesController#create as HTML Rendered text template (0.1ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:01.435421"], ["updated_at", "2015-02-27 03:58:01.435421"]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:01 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:01.518560"], ["updated_at", "2015-02-27 03:58:01.518560"]]  (1.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:01 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:01.604683"], ["updated_at", "2015-02-27 03:58:01.604683"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:01 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:01.690717"], ["updated_at", "2015-02-27 03:58:01.690717"]]  (0.9ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:01 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:01.773088"], ["updated_at", "2015-02-27 03:58:01.773088"]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:01 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 48ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:01.907245"], ["updated_at", "2015-02-27 03:58:01.907245"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:01 -0800 Processing by MessagesController#create as HTML Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:01.942084"], ["updated_at", "2015-02-27 03:58:01.942084"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:02 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:02.027621"], ["updated_at", "2015-02-27 03:58:02.027621"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:02 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:02.111419"], ["updated_at", "2015-02-27 03:58:02.111419"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:02 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:02.508846"], ["updated_at", "2015-02-27 03:58:02.508846"]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:02 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:02.869637"], ["updated_at", "2015-02-27 03:58:02.869637"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:03 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:03.369627"], ["updated_at", "2015-02-27 03:58:03.369627"]]  (2.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:03 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:03.453561"], ["updated_at", "2015-02-27 03:58:03.453561"]]  (2.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:03 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:03.537369"], ["updated_at", "2015-02-27 03:58:03.537369"]]  (3.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:03 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:03.621774"], ["updated_at", "2015-02-27 03:58:03.621774"]]  (2.4ms) commit transaction Started GET "/messages/34/destroy" for ::1 at 2015-02-26 19:58:05 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"34"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.9ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 34]]  (2.3ms) commit transaction Started GET "/messages/35/destroy" for ::1 at 2015-02-26 19:58:05 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"35"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 35]]  (2.4ms) commit transaction Started GET "/messages/36/destroy" for ::1 at 2015-02-26 19:58:05 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"36"} Rendered text template (0.0ms) Completed -1 in 18ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 36]]  (2.2ms) commit transaction Started GET "/messages/37/destroy" for ::1 at 2015-02-26 19:58:05 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"37"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 37]]  (2.2ms) commit transaction Started GET "/messages/38/destroy" for ::1 at 2015-02-26 19:58:05 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"38"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 38]]  (2.6ms) commit transaction Started GET "/messages/39/destroy" for ::1 at 2015-02-26 19:58:05 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"39"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 39]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 39]]  (2.3ms) commit transaction Started GET "/messages/40/destroy" for ::1 at 2015-02-26 19:58:05 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"40"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 40]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 40]]  (2.4ms) commit transaction Started GET "/messages/41/destroy" for ::1 at 2015-02-26 19:58:06 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"41"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (1.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 41]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 41]]  (2.2ms) commit transaction Started GET "/messages/42/destroy" for ::1 at 2015-02-26 19:58:06 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"42"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.9ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 42]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 42]]  (2.3ms) commit transaction Started GET "/messages/43/destroy" for ::1 at 2015-02-26 19:58:06 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"43"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 43]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 43]]  (2.7ms) commit transaction Started GET "/messages/44/destroy" for ::1 at 2015-02-26 19:58:07 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"44"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 44]]  (0.1ms) begin transaction SQL (0.7ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 44]]  (2.2ms) commit transaction Started GET "/messages/45/destroy" for ::1 at 2015-02-26 19:58:07 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"45"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 45]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 45]]  (2.4ms) commit transaction Started GET "/messages/46/destroy" for ::1 at 2015-02-26 19:58:07 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"46"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 46]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 46]]  (2.3ms) commit transaction Started GET "/messages/47/destroy" for ::1 at 2015-02-26 19:58:07 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"47"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 47]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 47]]  (3.1ms) commit transaction Started GET "/messages/48/destroy" for ::1 at 2015-02-26 19:58:07 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"48"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 48]] Completed -1 in 20ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 48]]  (2.2ms) commit transaction Started GET "/messages/49/destroy" for ::1 at 2015-02-26 19:58:07 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"49"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 49]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 49]]  (2.6ms) commit transaction Started GET "/messages/50/destroy" for ::1 at 2015-02-26 19:58:07 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"50"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 50]] Completed -1 in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 50]]  (2.4ms) commit transaction Started GET "/messages/51/destroy" for ::1 at 2015-02-26 19:58:08 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"51"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 51]] Completed -1 in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 51]]  (2.1ms) commit transaction Started GET "/messages/52/destroy" for ::1 at 2015-02-26 19:58:08 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"52"} Rendered text template (0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 52]] Completed -1 in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 52]]  (3.6ms) commit transaction Started GET "/messages/53/destroy" for ::1 at 2015-02-26 19:58:08 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"53"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 53]] Completed -1 in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 53]]  (2.6ms) commit transaction Started GET "/messages/54/destroy" for ::1 at 2015-02-26 19:58:08 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"54"} Rendered text template (0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 54]] Completed -1 in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 54]]  (2.6ms) commit transaction Started GET "/messages/55/destroy" for ::1 at 2015-02-26 19:58:08 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"55"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 55]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 55]]  (2.3ms) commit transaction Started GET "/messages/56/destroy" for ::1 at 2015-02-26 19:58:08 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"56"} Rendered text template (0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 56]] Completed -1 in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 56]]  (2.3ms) commit transaction Started GET "/messages/57/destroy" for ::1 at 2015-02-26 19:58:09 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"57"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 57]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 57]]  (2.4ms) commit transaction Started GET "/messages/58/destroy" for ::1 at 2015-02-26 19:58:09 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"58"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 58]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 58]]  (2.6ms) commit transaction Started GET "/messages/59/destroy" for ::1 at 2015-02-26 19:58:09 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"59"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 59]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 59]]  (2.5ms) commit transaction Started GET "/messages/60/destroy" for ::1 at 2015-02-26 19:58:09 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"60"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 60]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 60]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 19:58:10 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 57ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!"], ["created_at", "2015-02-27 03:58:10.694825"], ["updated_at", "2015-02-27 03:58:10.694825"]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 20:04:28 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (1.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfsdf!!!!!!!!!!"], ["created_at", "2015-02-27 04:04:28.950975"], ["updated_at", "2015-02-27 04:04:28.950975"]]  (1.0ms) commit transaction Started GET "/bower_components/angular/angular.js" for ::1 at 2015-02-26 20:46:51 -0800 ActionController::RoutingError (No route matches [GET] "/bower_components/angular/angular.js"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' puma (2.11.1) lib/puma/server.rb:507:in `handle_request' puma (2.11.1) lib/puma/server.rb:375:in `process_client' puma (2.11.1) lib/puma/server.rb:262:in `block in run' puma (2.11.1) lib/puma/thread_pool.rb:104:in `call' puma (2.11.1) lib/puma/thread_pool.rb:104:in `block in spawn_thread' Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (12.2ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (25.9ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (109.0ms) Started GET "/bower_components/angular-route/angular-route.js" for ::1 at 2015-02-26 20:46:51 -0800 ActionController::RoutingError (No route matches [GET] "/bower_components/angular-route/angular-route.js"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' puma (2.11.1) lib/puma/server.rb:507:in `handle_request' puma (2.11.1) lib/puma/server.rb:375:in `process_client' puma (2.11.1) lib/puma/server.rb:262:in `block in run' puma (2.11.1) lib/puma/thread_pool.rb:104:in `call' puma (2.11.1) lib/puma/thread_pool.rb:104:in `block in spawn_thread' Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (31.9ms) Started GET "/messages" for ::1 at 2015-02-26 20:47:25 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (2.5ms) SELECT "messages".* FROM "messages" Completed -1 in 7ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-26 20:49:29 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-26 20:50:17 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-26 20:50:19 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "!!"], ["created_at", "2015-02-27 04:50:19.232891"], ["updated_at", "2015-02-27 04:50:19.232891"]]  (2.2ms) commit transaction Started GET "/messages/63/destroy" for ::1 at 2015-02-26 20:50:20 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"63"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 63]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 63]]  (2.7ms) commit transaction Started GET "/messages/62/destroy" for ::1 at 2015-02-26 20:50:20 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"62"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 62]] Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (2.6ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 62]]  (1.1ms) commit transaction Started GET "/messages/61/destroy" for ::1 at 2015-02-26 20:50:21 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"61"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) begin transaction SQL (0.8ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 61]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 20:50:23 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", ":)"], ["created_at", "2015-02-27 04:50:23.617347"], ["updated_at", "2015-02-27 04:50:23.617347"]]  (1.0ms) commit transaction Started GET "/messages/64" for ::1 at 2015-02-26 20:50:25 -0800 Processing by MessagesController#show as HTML Parameters: {"id"=>"64"} Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 64]] Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.7ms | ActiveRecord: 0.6ms) Started GET "/messages/64/update" for ::1 at 2015-02-26 20:50:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"64"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 64]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", ":)!!"], ["updated_at", "2015-02-27 04:50:26.831189"], ["id", 64]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-26 20:50:28 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/messages/64/destroy" for ::1 at 2015-02-26 20:52:56 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"64"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 64]] Completed -1 in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.6ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 64]]  (2.5ms) commit transaction Started GET "/messages" for ::1 at 2015-02-26 21:16:09 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-26 21:16:10 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "!!"], ["created_at", "2015-02-27 05:16:10.603445"], ["updated_at", "2015-02-27 05:16:10.603445"]]  (1.1ms) commit transaction Started GET "/messages/65/destroy" for ::1 at 2015-02-26 21:16:11 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"65"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 65]] Completed -1 in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 65]]  (0.9ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 21:16:13 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "!!!!"], ["created_at", "2015-02-27 05:16:13.171031"], ["updated_at", "2015-02-27 05:16:13.171031"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 21:23:41 -0800 Processing by MessagesController#create as HTML Rendered text template (0.1ms) Completed -1 in 40ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-26 21:23:47 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "messages"  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-02-27 05:26:56.179313"], ["updated_at", "2015-02-27 05:26:56.179313"]]  (1.7ms) commit transaction Started GET "/messages/67/destroy" for ::1 at 2015-02-26 21:27:01 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"67"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 67]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 67]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 21:27:27 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT COUNT(*) FROM "messages"  (0.3ms) SELECT COUNT(*) FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-26 21:27:53 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-26 21:28:15 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "dsfds"], ["created_at", "2015-02-27 05:28:15.514310"], ["updated_at", "2015-02-27 05:28:15.514310"]]  (2.8ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-26 21:34:07 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 19:45:37 -0800 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 34ms (Views: 19.4ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 19:45:58 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (1.2ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 19:46:00 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "!!"], ["created_at", "2015-03-01 03:46:00.167432"], ["updated_at", "2015-03-01 03:46:00.167432"]]  (1.4ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 19:46:08 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 19:46:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "!!"], ["created_at", "2015-03-01 03:46:12.653099"], ["updated_at", "2015-03-01 03:46:12.653099"]]  (1.7ms) commit transaction Started GET "/messages/70/destroy" for ::1 at 2015-02-28 19:46:21 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"70"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 70]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 70]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 19:46:37 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 19:47:53 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 19:48:18 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 19:55:28 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 20:01:33 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (1.6ms) begin transaction SQL (1.2ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 04:01:33.041503"], ["updated_at", "2015-03-01 04:01:33.041503"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 20:02:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.0ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (1.3ms) begin transaction SQL (1.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 04:02:12.349447"], ["updated_at", "2015-03-01 04:02:12.349447"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 20:03:02 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 04:03:02.414015"], ["updated_at", "2015-03-01 04:03:02.414015"]]  (2.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 20:03:50 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 20:04:44 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 04:04:44.879935"], ["updated_at", "2015-03-01 04:04:44.879935"]]  (1.2ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "messages" Message Load (0.5ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (2.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 66]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 68]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 69]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 71]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 72]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 73]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 74]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 20:05:26 -0800 Processing by MessagesController#create as HTML Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (2.2ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 04:05:26.520692"], ["updated_at", "2015-03-01 04:05:26.520692"]]  (1.1ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "messages" Message Load (0.3ms) SELECT "messages".* FROM "messages" ORDER BY "messages"."id" ASC LIMIT 1 Started GET "/messages" for ::1 at 2015-02-28 20:22:42 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Started GET "/messages/75/destroy" for ::1 at 2015-02-28 20:22:43 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"75"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 75]]  (0.1ms) begin transaction SQL (1.0ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 75]]  (1.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 20:22:46 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "!!"], ["created_at", "2015-03-01 04:22:46.283345"], ["updated_at", "2015-03-01 04:22:46.283345"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 20:23:08 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 20:23:10 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "!!"], ["created_at", "2015-03-01 04:23:10.107200"], ["updated_at", "2015-03-01 04:23:10.107200"]]  (2.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 20:23:11 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", ":)="], ["created_at", "2015-03-01 04:23:11.728565"], ["updated_at", "2015-03-01 04:23:11.728565"]]  (2.9ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 20:25:43 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (2.2ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 04:25:43.783964"], ["updated_at", "2015-03-01 04:25:43.783964"]]  (1.4ms) commit transaction  (1.5ms) CREATE TABLE "barfoos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.1ms) CREATE TABLE "bars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.2ms) CREATE TABLE "foobars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.2ms) CREATE TABLE "foos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.2ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (1.2ms) select sqlite_version(*)  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150223004852')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150222083608')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150223004816')  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150223004834')  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20150223004841') Started GET "/messages/create" for ::1 at 2015-02-28 20:44:23 -0800 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 28ms (Views: 15.9ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 20:44:23 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.9ms) SELECT "messages".* FROM "messages" Unpermitted parameter: webSocketUrl Completed -1 in 72ms (Views: 7.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 04:44:23.864079"], ["updated_at", "2015-03-01 04:44:23.864079"]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 21:26:22 -0800 Processing by MessagesController#index as HTML Message Load (15.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 20ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:26:22 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.2ms) begin transaction SQL (9.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:26:22.241919"], ["updated_at", "2015-03-01 05:26:22.241919"]] Started GET "/messages" for ::1 at 2015-02-28 21:26:22 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms)  (1.3ms) commit transaction Message Load (1.9ms) SELECT "messages".* FROM "messages" Completed -1 in 7ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:26:22 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:26:22.288154"], ["updated_at", "2015-03-01 05:26:22.288154"]] Started GET "/messages" for ::1 at 2015-02-28 21:26:22 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (1.4ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 21:27:09 -0800 Processing by MessagesController#index as HTML Message Load (1.0ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 6ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:27:09 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:27:09.904845"], ["updated_at", "2015-03-01 05:27:09.904845"]] Started GET "/messages" for ::1 at 2015-02-28 21:27:09 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.9ms) SELECT "messages".* FROM "messages"  (1.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:27:09 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:28:27 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:28:27 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:28:27.254520"], ["updated_at", "2015-03-01 05:28:27.254520"]] Started GET "/messages" for ::1 at 2015-02-28 21:28:27 -0800 Processing by MessagesController#index as HTML  (1.1ms) commit transaction Rendered text template (0.1ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" Completed -1 in 6ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:28:27 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (2.1ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:28:27.294535"], ["updated_at", "2015-03-01 05:28:27.294535"]] Started GET "/messages" for ::1 at 2015-02-28 21:28:27 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages"  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 21:29:19 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:29:19 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:29:19.670608"], ["updated_at", "2015-03-01 05:29:19.670608"]] Started GET "/messages" for ::1 at 2015-02-28 21:29:19 -0800 Processing by MessagesController#index as HTML  (1.2ms) commit transaction Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 21:29:19 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:29:19.702820"], ["updated_at", "2015-03-01 05:29:19.702820"]] Started GET "/messages" for ::1 at 2015-02-28 21:29:19 -0800 Processing by MessagesController#index as HTML  (1.2ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:29:46 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (1.7ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 21:29:51 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:30:17 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 21:30:22 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:31:18 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms) Message Load (1.6ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 21:31:23 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:33:08 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Message Load (1.0ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 21:33:13 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:33:37 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms) Message Load (1.0ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 21:33:37 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:33:55 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Message Load (1.0ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 21:34:00 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:34:24 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 21:34:29 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:34:52 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:34:56 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (1.0ms) SELECT "messages".* FROM "messages" Started GET "/messages" for ::1 at 2015-02-28 21:35:24 -0800 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 34ms (Views: 18.8ms | ActiveRecord: 0.0ms) Started GET "/messages/76/destroy" for ::1 at 2015-02-28 21:35:25 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"76"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 76]]  (0.2ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 76]]  (1.1ms) commit transaction Started GET "/messages/77/destroy" for ::1 at 2015-02-28 21:35:26 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"77"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 77]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 77]]  (1.2ms) commit transaction Started GET "/messages/78/destroy" for ::1 at 2015-02-28 21:35:26 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"78"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 78]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 78]]  (1.4ms) commit transaction Started GET "/messages/79/destroy" for ::1 at 2015-02-28 21:35:26 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"79"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 79]] Completed -1 in 62ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 79]]  (1.4ms) commit transaction Started GET "/messages/80/destroy" for ::1 at 2015-02-28 21:35:26 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"80"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 80]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 80]]  (1.4ms) commit transaction Started GET "/messages/81/destroy" for ::1 at 2015-02-28 21:35:27 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"81"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 81]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 81]]  (1.6ms) commit transaction Started GET "/messages/82/destroy" for ::1 at 2015-02-28 21:35:27 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"82"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 82]] Completed -1 in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 82]]  (1.2ms) commit transaction Started GET "/messages/83/destroy" for ::1 at 2015-02-28 21:35:27 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"83"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 83]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 83]]  (1.1ms) commit transaction Started GET "/messages/84/destroy" for ::1 at 2015-02-28 21:35:27 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"84"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 84]] Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 84]]  (1.1ms) commit transaction Started GET "/messages/85/destroy" for ::1 at 2015-02-28 21:35:27 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"85"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 85]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 85]]  (1.3ms) commit transaction Started GET "/messages/86/destroy" for ::1 at 2015-02-28 21:35:27 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"86"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 86]] Completed -1 in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 86]]  (1.2ms) commit transaction Started GET "/messages/87/destroy" for ::1 at 2015-02-28 21:35:28 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"87"} Rendered text template (0.1ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 87]] Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 87]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:35:32 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdffsd"], ["created_at", "2015-03-01 05:35:32.676269"], ["updated_at", "2015-03-01 05:35:32.676269"]]  (4.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:35:41 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdffds"], ["created_at", "2015-03-01 05:35:41.367359"], ["updated_at", "2015-03-01 05:35:41.367359"]]  (2.3ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 21:36:07 -0800 Processing by MessagesController#index as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 24ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:36:07 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:36:07.158586"], ["updated_at", "2015-03-01 05:36:07.158586"]]  (1.9ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 21:36:21 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Completed -1 in 5ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:36:31 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 21:36:31 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:36:31.861482"], ["updated_at", "2015-03-01 05:36:31.861482"]]  (2.4ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 21:37:12 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 21:37:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:37:12.948602"], ["updated_at", "2015-03-01 05:37:12.948602"]] Started GET "/messages" for ::1 at 2015-02-28 21:37:12 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages"  (2.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:37:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:37:39 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (1.1ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:37:39 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:37:39.659065"], ["updated_at", "2015-03-01 05:37:39.659065"]] Started GET "/messages" for ::1 at 2015-02-28 21:37:39 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms)  (4.3ms) commit transaction Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 12ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:37:39 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (1.0ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:37:39.702881"], ["updated_at", "2015-03-01 05:37:39.702881"]] Started GET "/messages" for ::1 at 2015-02-28 21:37:39 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages"  (8.9ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 21:38:06 -0800 Processing by MessagesController#index as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:38:06 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:38:06.113742"], ["updated_at", "2015-03-01 05:38:06.113742"]] Started GET "/messages" for ::1 at 2015-02-28 21:38:06 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 5ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages"  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:38:06 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:38:06.146973"], ["updated_at", "2015-03-01 05:38:06.146973"]]  (1.6ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 21:38:06 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 4ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:42:37 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:42:37 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:42:37.609473"], ["updated_at", "2015-03-01 05:42:37.609473"]] Started GET "/messages" for ::1 at 2015-02-28 21:42:37 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms)  (1.2ms) commit transaction Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:42:37 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (1.1ms) begin transaction SQL (0.7ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:42:37.650688"], ["updated_at", "2015-03-01 05:42:37.650688"]] Started GET "/messages" for ::1 at 2015-02-28 21:42:37 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms)  (1.3ms) commit transaction Completed -1 in 7ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:42:50 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:43:17 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:43:17 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:43:17.919960"], ["updated_at", "2015-03-01 05:43:17.919960"]] Started GET "/messages" for ::1 at 2015-02-28 21:43:17 -0800 Processing by MessagesController#index as HTML  (2.4ms) commit transaction Rendered text template (0.0ms) Message Load (1.6ms) SELECT "messages".* FROM "messages" Completed -1 in 10ms (Views: 8.3ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:43:17 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl Started GET "/messages" for ::1 at 2015-02-28 21:43:17 -0800  (0.7ms) begin transaction Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" SQL (5.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:43:17.971583"], ["updated_at", "2015-03-01 05:43:17.971583"]]  (1.5ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 21:44:11 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:44:11 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:11.978945"], ["updated_at", "2015-03-01 05:44:11.978945"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:11 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:11.998676"], ["updated_at", "2015-03-01 05:44:11.998676"]]  (1.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.7ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.017492"], ["updated_at", "2015-03-01 05:44:12.017492"]]  (1.8ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.035880"], ["updated_at", "2015-03-01 05:44:12.035880"]]  (2.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.057610"], ["updated_at", "2015-03-01 05:44:12.057610"]]  (1.9ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 4ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.075976"], ["updated_at", "2015-03-01 05:44:12.075976"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.099770"], ["updated_at", "2015-03-01 05:44:12.099770"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 4ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.117672"], ["updated_at", "2015-03-01 05:44:12.117672"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.149431"], ["updated_at", "2015-03-01 05:44:12.149431"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.166541"], ["updated_at", "2015-03-01 05:44:12.166541"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.189877"], ["updated_at", "2015-03-01 05:44:12.189877"]]  (1.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.1ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.207517"], ["updated_at", "2015-03-01 05:44:12.207517"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 5ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.232249"], ["updated_at", "2015-03-01 05:44:12.232249"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.1ms) Unpermitted parameter: webSocketUrl Completed -1 in 5ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.5ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.250826"], ["updated_at", "2015-03-01 05:44:12.250826"]]  (1.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)  (0.6ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.269438"], ["updated_at", "2015-03-01 05:44:12.269438"]]  (1.8ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.290788"], ["updated_at", "2015-03-01 05:44:12.290788"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.7ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.307873"], ["updated_at", "2015-03-01 05:44:12.307873"]]  (2.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.5ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.328510"], ["updated_at", "2015-03-01 05:44:12.328510"]]  (2.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 5ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.346363"], ["updated_at", "2015-03-01 05:44:12.346363"]]  (2.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.368594"], ["updated_at", "2015-03-01 05:44:12.368594"]]  (2.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 5ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.387411"], ["updated_at", "2015-03-01 05:44:12.387411"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.7ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.408749"], ["updated_at", "2015-03-01 05:44:12.408749"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 71ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.3ms) begin transaction SQL (0.8ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.493946"], ["updated_at", "2015-03-01 05:44:12.493946"]]  (6.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.2ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.524076"], ["updated_at", "2015-03-01 05:44:12.524076"]]  (1.8ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.544365"], ["updated_at", "2015-03-01 05:44:12.544365"]]  (1.7ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.563032"], ["updated_at", "2015-03-01 05:44:12.563032"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.589700"], ["updated_at", "2015-03-01 05:44:12.589700"]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.605092"], ["updated_at", "2015-03-01 05:44:12.605092"]]  (1.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 8ms (Views: 5.3ms | ActiveRecord: 0.0ms)  (0.5ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.627667"], ["updated_at", "2015-03-01 05:44:12.627667"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.646619"], ["updated_at", "2015-03-01 05:44:12.646619"]]  (1.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.6ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.665843"], ["updated_at", "2015-03-01 05:44:12.665843"]]  (4.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.687331"], ["updated_at", "2015-03-01 05:44:12.687331"]]  (1.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.704744"], ["updated_at", "2015-03-01 05:44:12.704744"]]  (2.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.725941"], ["updated_at", "2015-03-01 05:44:12.725941"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 24ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.762517"], ["updated_at", "2015-03-01 05:44:12.762517"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.782383"], ["updated_at", "2015-03-01 05:44:12.782383"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.9ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.799801"], ["updated_at", "2015-03-01 05:44:12.799801"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.7ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.819872"], ["updated_at", "2015-03-01 05:44:12.819872"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.7ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.836700"], ["updated_at", "2015-03-01 05:44:12.836700"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.858186"], ["updated_at", "2015-03-01 05:44:12.858186"]]  (2.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.6ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.874929"], ["updated_at", "2015-03-01 05:44:12.874929"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.6ms) begin transaction SQL (0.7ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.895736"], ["updated_at", "2015-03-01 05:44:12.895736"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.913039"], ["updated_at", "2015-03-01 05:44:12.913039"]]  (1.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.6ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.931209"], ["updated_at", "2015-03-01 05:44:12.931209"]]  (2.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.949394"], ["updated_at", "2015-03-01 05:44:12.949394"]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.7ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:12.967885"], ["updated_at", "2015-03-01 05:44:12.967885"]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:44:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 52ms (Views: 0.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:44:13.038364"], ["updated_at", "2015-03-01 05:44:13.038364"]] Started GET "/messages" for ::1 at 2015-02-28 21:44:13 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (2.7ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 21:44:13 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (1.1ms) SELECT "messages".* FROM "messages" Started GET "/messages" for ::1 at 2015-02-28 21:44:13 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" Started GET "/messages" for ::1 at 2015-02-28 21:44:37 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" Started GET "/messages/88/destroy" for ::1 at 2015-02-28 21:44:39 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"88"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 88]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 88]]  (1.3ms) commit transaction Started GET "/messages/89/destroy" for ::1 at 2015-02-28 21:44:39 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"89"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 89]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 89]]  (1.0ms) commit transaction Started GET "/messages/90/destroy" for ::1 at 2015-02-28 21:44:40 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"90"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 90]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 90]]  (1.1ms) commit transaction Started GET "/messages/91/destroy" for ::1 at 2015-02-28 21:44:40 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"91"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 91]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 91]]  (1.1ms) commit transaction Started GET "/messages/92/destroy" for ::1 at 2015-02-28 21:44:40 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"92"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 92]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 92]]  (1.1ms) commit transaction Started GET "/messages/93/destroy" for ::1 at 2015-02-28 21:44:40 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"93"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 93]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 93]]  (1.1ms) commit transaction Started GET "/messages/94/destroy" for ::1 at 2015-02-28 21:44:41 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"94"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 94]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 94]]  (1.2ms) commit transaction Started GET "/messages/95/destroy" for ::1 at 2015-02-28 21:44:41 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"95"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 95]]  (0.2ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 95]]  (1.0ms) commit transaction Started GET "/messages/96/destroy" for ::1 at 2015-02-28 21:44:41 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"96"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 96]]  (0.2ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 96]]  (1.3ms) commit transaction Started GET "/messages/97/destroy" for ::1 at 2015-02-28 21:44:41 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"97"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 97]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 97]]  (1.0ms) commit transaction Started GET "/messages/98/destroy" for ::1 at 2015-02-28 21:44:41 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"98"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 98]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 98]]  (1.1ms) commit transaction Started GET "/messages/99/destroy" for ::1 at 2015-02-28 21:44:41 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"99"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 99]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 99]]  (1.4ms) commit transaction Started GET "/messages/100/destroy" for ::1 at 2015-02-28 21:44:41 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"100"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 100]]  (0.1ms) begin transaction SQL (0.7ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 100]]  (1.0ms) commit transaction Started GET "/messages/101/destroy" for ::1 at 2015-02-28 21:44:41 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"101"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 101]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 101]]  (1.0ms) commit transaction Started GET "/messages/102/destroy" for ::1 at 2015-02-28 21:44:42 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"102"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 102]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 102]]  (1.0ms) commit transaction Message Load (2.6ms) SELECT "messages".* FROM "messages"  (0.2ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 103]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 104]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 105]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 106]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 107]]  (1.5ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 108]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 109]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 110]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 111]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 112]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 113]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 114]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 115]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 116]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 117]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 118]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 119]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 120]]  (29.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 121]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 122]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 123]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 124]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 125]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 126]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 127]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 128]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 129]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 130]]  (2.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 131]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 132]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 133]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 134]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 135]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 136]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 137]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 138]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 139]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 140]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 141]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 142]]  (1.0ms) commit transaction  (1.6ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 143]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 144]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 145]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 146]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 147]]  (1.7ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 21:47:07 -0800 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (1.8ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 29ms (Views: 13.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:47:07 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:07.845648"], ["updated_at", "2015-03-01 05:47:07.845648"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:07 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:07.924492"], ["updated_at", "2015-03-01 05:47:07.924492"]]  (1.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:07 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:07.937539"], ["updated_at", "2015-03-01 05:47:07.937539"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:07 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.7ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:07.950304"], ["updated_at", "2015-03-01 05:47:07.950304"]]  (2.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:07 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:07.967652"], ["updated_at", "2015-03-01 05:47:07.967652"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:07 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:07.980980"], ["updated_at", "2015-03-01 05:47:07.980980"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:07 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:07.993594"], ["updated_at", "2015-03-01 05:47:07.993594"]]  (1.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.010729"], ["updated_at", "2015-03-01 05:47:08.010729"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 15ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.036242"], ["updated_at", "2015-03-01 05:47:08.036242"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.2ms) Completed -1 in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.050064"], ["updated_at", "2015-03-01 05:47:08.050064"]]  (1.9ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.064378"], ["updated_at", "2015-03-01 05:47:08.064378"]]  (1.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.7ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.077251"], ["updated_at", "2015-03-01 05:47:08.077251"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.090090"], ["updated_at", "2015-03-01 05:47:08.090090"]]  (1.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.114287"], ["updated_at", "2015-03-01 05:47:08.114287"]]  (1.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.127466"], ["updated_at", "2015-03-01 05:47:08.127466"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.145570"], ["updated_at", "2015-03-01 05:47:08.145570"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.159053"], ["updated_at", "2015-03-01 05:47:08.159053"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.6ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.171216"], ["updated_at", "2015-03-01 05:47:08.171216"]]  (1.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.184944"], ["updated_at", "2015-03-01 05:47:08.184944"]]  (1.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.198992"], ["updated_at", "2015-03-01 05:47:08.198992"]] Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 15ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.223332"], ["updated_at", "2015-03-01 05:47:08.223332"]]  (1.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.239644"], ["updated_at", "2015-03-01 05:47:08.239644"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.6ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.252454"], ["updated_at", "2015-03-01 05:47:08.252454"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.265365"], ["updated_at", "2015-03-01 05:47:08.265365"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.277705"], ["updated_at", "2015-03-01 05:47:08.277705"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.292314"], ["updated_at", "2015-03-01 05:47:08.292314"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.305827"], ["updated_at", "2015-03-01 05:47:08.305827"]]  (1.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.318933"], ["updated_at", "2015-03-01 05:47:08.318933"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.331789"], ["updated_at", "2015-03-01 05:47:08.331789"]]  (1.8ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.346715"], ["updated_at", "2015-03-01 05:47:08.346715"]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.358420"], ["updated_at", "2015-03-01 05:47:08.358420"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.372363"], ["updated_at", "2015-03-01 05:47:08.372363"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction Completed -1 in 54ms (Views: 1.1ms | ActiveRecord: 0.0ms) SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.437227"], ["updated_at", "2015-03-01 05:47:08.437227"]]  (2.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.451876"], ["updated_at", "2015-03-01 05:47:08.451876"]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.466876"], ["updated_at", "2015-03-01 05:47:08.466876"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.481102"], ["updated_at", "2015-03-01 05:47:08.481102"]]  (1.8ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.6ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.497063"], ["updated_at", "2015-03-01 05:47:08.497063"]]  (1.8ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.6ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.512707"], ["updated_at", "2015-03-01 05:47:08.512707"]]  (1.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.527662"], ["updated_at", "2015-03-01 05:47:08.527662"]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.541616"], ["updated_at", "2015-03-01 05:47:08.541616"]]  (2.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.555187"], ["updated_at", "2015-03-01 05:47:08.555187"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.567346"], ["updated_at", "2015-03-01 05:47:08.567346"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.580600"], ["updated_at", "2015-03-01 05:47:08.580600"]]  (1.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 15ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.606338"], ["updated_at", "2015-03-01 05:47:08.606338"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.619039"], ["updated_at", "2015-03-01 05:47:08.619039"]]  (1.8ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.631817"], ["updated_at", "2015-03-01 05:47:08.631817"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.645007"], ["updated_at", "2015-03-01 05:47:08.645007"]]  (1.8ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.761201"], ["updated_at", "2015-03-01 05:47:08.761201"]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.778329"], ["updated_at", "2015-03-01 05:47:08.778329"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.791573"], ["updated_at", "2015-03-01 05:47:08.791573"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.806180"], ["updated_at", "2015-03-01 05:47:08.806180"]]  (1.7ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.819801"], ["updated_at", "2015-03-01 05:47:08.819801"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.832534"], ["updated_at", "2015-03-01 05:47:08.832534"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "foo"], ["created_at", "2015-03-01 05:47:08.847514"], ["updated_at", "2015-03-01 05:47:08.847514"]] Started GET "/messages" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages"  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 21:47:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 71ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 21:47:14 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/messages?destroy_all=true" for ::1 at 2015-02-28 21:52:00 -0800 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Parameters: {"destroy_all"=>"true"} Message Load (0.3ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.6ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 148]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 149]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 150]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 151]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 152]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 153]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 154]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 155]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 156]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 157]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 158]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 159]]  (3.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 160]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 161]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 162]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 163]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 164]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 165]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 166]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 167]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 168]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 169]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 170]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 171]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 172]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 173]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 174]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 175]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 176]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 177]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 178]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 179]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 180]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 181]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 182]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 183]]  (3.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 184]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 185]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 186]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 187]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 188]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 189]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 190]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 191]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 192]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 193]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 194]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 195]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 196]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 197]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 198]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 199]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 200]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 201]]  (1.0ms) commit transaction Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 254ms (Views: 8.4ms | ActiveRecord: 78.5ms) Started GET "/messages?destroy_all=true/create" for ::1 at 2015-02-28 21:52:11 -0800 Processing by MessagesController#index as HTML Parameters: {"destroy_all"=>"true/create"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages" for ::1 at 2015-02-28 21:54:39 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 7ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 21:54:45 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfdsf"], ["created_at", "2015-03-01 05:54:45.745846"], ["updated_at", "2015-03-01 05:54:45.745846"]]  (2.3ms) commit transaction Started GET "/messages/202/destroy" for ::1 at 2015-02-28 21:54:47 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"202"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 202]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 202]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 21:54:48 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:15:05 -0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.7ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 26ms (Views: 12.1ms | ActiveRecord: 0.9ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:15:05.560392"], ["updated_at", "2015-03-01 06:15:05.560392"]]  (1.4ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:15:05 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:15:05 -0800 Processing by MessagesController#create as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 203]]  (1.7ms) commit transaction Rendered text template (0.0ms) Completed -1 in 12ms (Views: 1.0ms | ActiveRecord: 2.8ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:15:29 -0800 Processing by MessagesController#create as HTML Message Load (0.9ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.8ms | ActiveRecord: 0.9ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:15:29.042463"], ["updated_at", "2015-03-01 06:15:29.042463"]]  (0.9ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:15:29 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:15:29 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 204]]  (1.2ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 1.0ms | ActiveRecord: 1.7ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:15:29.175509"], ["updated_at", "2015-03-01 06:15:29.175509"]] Started GET "/messages/undefined/destroy" for ::1 at 2015-02-28 22:15:29 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"undefined"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:15:29 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 0]] Started GET "/messages/create" for ::1 at 2015-02-28 22:16:43 -0800 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 205]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 37ms (Views: 12.8ms | ActiveRecord: 2.7ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:16:44.174000"], ["updated_at", "2015-03-01 06:16:44.174000"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:16:44 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:16:44 -0800 Processing by MessagesController#create as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 206]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.9ms | ActiveRecord: 1.9ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:16:44.352925"], ["updated_at", "2015-03-01 06:16:44.352925"]]  (1.1ms) commit transaction Started GET "/messages/undefined/destroy" for ::1 at 2015-02-28 22:16:44 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"undefined"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 0]] Started GET "/messages" for ::1 at 2015-02-28 22:28:16 -0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 33ms (Views: 17.3ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:28:30 -0800 Processing by MessagesController#create as HTML Message Load (1.0ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (2.6ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 207]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 14ms (Views: 0.9ms | ActiveRecord: 4.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:28:30.360403"], ["updated_at", "2015-03-01 06:28:30.360403"]]  (8.7ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:28:30 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:28:30 -0800 Processing by MessagesController#create as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 208]]  (0.9ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.9ms | ActiveRecord: 1.9ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:28:30.483324"], ["updated_at", "2015-03-01 06:28:30.483324"]]  (2.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:28:30 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 73ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:29:04 -0800 Processing by MessagesController#create as HTML Message Load (2.0ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 209]]  (0.9ms) commit transaction Rendered text template (0.0ms) Completed -1 in 11ms (Views: 0.8ms | ActiveRecord: 3.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:29:04.453144"], ["updated_at", "2015-03-01 06:29:04.453144"]]  (3.3ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:29:04 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 22:29:34 -0800 Processing by MessagesController#create as HTML Message Load (1.3ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 210]]  (1.8ms) commit transaction Rendered text template (0.0ms) Completed -1 in 12ms (Views: 0.7ms | ActiveRecord: 3.6ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:29:34.427201"], ["updated_at", "2015-03-01 06:29:34.427201"]]  (3.5ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:29:34 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:29:34 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 211]]  (1.5ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.7ms | ActiveRecord: 2.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:29:34.564901"], ["updated_at", "2015-03-01 06:29:34.564901"]]  (6.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:29:34 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:32:32 -0800 Processing by MessagesController#create as HTML Message Load (1.1ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 212]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 9ms (Views: 0.8ms | ActiveRecord: 2.6ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:32:32.281902"], ["updated_at", "2015-03-01 06:32:32.281902"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:32:32 -0800 Processing by MessagesController#index as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:32:32 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 213]]  (4.8ms) commit transaction Rendered text template (0.0ms) Completed -1 in 12ms (Views: 0.9ms | ActiveRecord: 5.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:32:32.412076"], ["updated_at", "2015-03-01 06:32:32.412076"]]  (1.3ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:32:32 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages/214/destroy" for ::1 at 2015-02-28 22:32:32 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"214"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 214]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 214]]  (1.6ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 22:32:57 -0800 Processing by MessagesController#create as HTML Message Load (1.0ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.9ms | ActiveRecord: 1.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:32:57.025956"], ["updated_at", "2015-03-01 06:32:57.025956"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:32:57 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:32:57 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 215]]  (2.6ms) commit transaction Rendered text template (0.0ms) Completed -1 in 11ms (Views: 2.8ms | ActiveRecord: 3.1ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:32:57.161670"], ["updated_at", "2015-03-01 06:32:57.161670"]]  (1.7ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:32:57 -0800 Processing by MessagesController#index as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/messages/216/destroy" for ::1 at 2015-02-28 22:32:57 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"216"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 216]] Completed -1 in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.2ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 216]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 22:33:44 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.1ms) Completed -1 in 4ms (Views: 1.5ms | ActiveRecord: 0.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (8.8ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:33:44.382379"], ["updated_at", "2015-03-01 06:33:44.382379"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:33:44 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:33:44 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 217]]  (1.8ms) commit transaction Rendered text template (0.0ms) Completed -1 in 9ms (Views: 0.8ms | ActiveRecord: 2.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:33:44.515101"], ["updated_at", "2015-03-01 06:33:44.515101"]]  (1.3ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:33:44 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/messages/218/destroy" for ::1 at 2015-02-28 22:33:44 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"218"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 218]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 218]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 22:34:44 -0800 Processing by MessagesController#create as HTML Message Load (4.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.5ms | ActiveRecord: 4.2ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:34:44.683733"], ["updated_at", "2015-03-01 06:34:44.683733"]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:34:44 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/messages/219/destroy" for ::1 at 2015-02-28 22:34:44 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"219"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 219]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 219]]  (2.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 22:35:19 -0800 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 29ms (Views: 12.2ms | ActiveRecord: 1.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:35:19.782175"], ["updated_at", "2015-03-01 06:35:19.782175"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:35:19 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages/220/destroy" for ::1 at 2015-02-28 22:35:19 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"220"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 220]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 220]]  (3.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 22:36:02 -0800 Processing by MessagesController#create as HTML Message Load (2.1ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 0.8ms | ActiveRecord: 2.1ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:36:02.856860"], ["updated_at", "2015-03-01 06:36:02.856860"]]  (0.8ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:36:02 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 6ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/messages/221/destroy" for ::1 at 2015-02-28 22:36:02 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"221"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 221]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 221]]  (2.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 22:36:32 -0800 Processing by MessagesController#create as HTML Message Load (0.9ms) SELECT "messages".* FROM "messages" Rendered text template (0.1ms) Completed -1 in 3ms (Views: 0.9ms | ActiveRecord: 0.9ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:36:32.640105"], ["updated_at", "2015-03-01 06:36:32.640105"]]  (0.9ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:36:33 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/messages/222/destroy" for ::1 at 2015-02-28 22:36:33 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"222"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 222]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 222]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 22:36:49 -0800 Processing by MessagesController#create as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:36:49.231994"], ["updated_at", "2015-03-01 06:36:49.231994"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:36:50 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:37:23 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 223]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 6ms (Views: 0.5ms | ActiveRecord: 1.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:37:23.583266"], ["updated_at", "2015-03-01 06:37:23.583266"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:37:24 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/224/destroy" for ::1 at 2015-02-28 22:37:24 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"224"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 224]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 224]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 22:38:25 -0800 Processing by MessagesController#create as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:38:25.257051"], ["updated_at", "2015-03-01 06:38:25.257051"]]  (0.9ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:38:26 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/messages/225/destroy" for ::1 at 2015-02-28 22:38:26 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"225"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 225]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 225]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 22:38:48 -0800 Processing by MessagesController#create as HTML Message Load (1.1ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.5ms | ActiveRecord: 1.1ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:38:48.642742"], ["updated_at", "2015-03-01 06:38:48.642742"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:38:49 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages/226/destroy" for ::1 at 2015-02-28 22:38:49 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"226"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 226]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 226]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 22:39:50 -0800 Processing by MessagesController#create as HTML Message Load (0.9ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.7ms | ActiveRecord: 0.9ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:39:50.551365"], ["updated_at", "2015-03-01 06:39:50.551365"]]  (1.8ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:39:51 -0800 Processing by MessagesController#index as HTML Message Load (1.1ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 7ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/messages/227/destroy" for ::1 at 2015-02-28 22:39:51 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"227"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 227]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 227]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 22:40:13 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.1ms | ActiveRecord: 0.2ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:40:13.491100"], ["updated_at", "2015-03-01 06:40:13.491100"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:40:13 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/messages/228/destroy" for ::1 at 2015-02-28 22:40:13 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"228"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 228]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 228]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 22:41:26 -0800 Processing by MessagesController#create as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:41:26.206728"], ["updated_at", "2015-03-01 06:41:26.206728"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:41:26 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/messages/229/destroy" for ::1 at 2015-02-28 22:41:26 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"229"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 229]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 229]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:41:26 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:41:40 -0800 Processing by MessagesController#create as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.5ms | ActiveRecord: 0.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:41:40.800415"], ["updated_at", "2015-03-01 06:41:40.800415"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:41:40 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages/230/destroy" for ::1 at 2015-02-28 22:41:40 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"230"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 230]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 230]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:41:41 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:44:44 -0800 Processing by MessagesController#create as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.6ms | ActiveRecord: 0.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:44:44.459979"], ["updated_at", "2015-03-01 06:44:44.459979"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:44:44 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/messages/231/destroy" for ::1 at 2015-02-28 22:44:44 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"231"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 231]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 231]]  (1.4ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:44:44 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:45:11 -0800 Processing by MessagesController#create as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.9ms | ActiveRecord: 0.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:45:11.514066"], ["updated_at", "2015-03-01 06:45:11.514066"]]  (0.9ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:45:11 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:45:11 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 232]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.7ms | ActiveRecord: 1.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:45:11.653811"], ["updated_at", "2015-03-01 06:45:11.653811"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:45:11 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/messages/233/destroy" for ::1 at 2015-02-28 22:45:11 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"233"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 233]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 233]]  (2.4ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:45:11 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:46:40 -0800 Processing by MessagesController#create as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.7ms | ActiveRecord: 0.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:46:40.197386"], ["updated_at", "2015-03-01 06:46:40.197386"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:46:41 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:46:41 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 234]]  (2.2ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.7ms | ActiveRecord: 2.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:46:41.230667"], ["updated_at", "2015-03-01 06:46:41.230667"]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:46:41 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 6ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/messages/235/destroy" for ::1 at 2015-02-28 22:46:41 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"235"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 235]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 235]]  (2.5ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:46:41 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:47:12 -0800 Processing by MessagesController#create as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:47:12.774352"], ["updated_at", "2015-03-01 06:47:12.774352"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:47:12 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:47:12 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 236]]  (2.3ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.7ms | ActiveRecord: 2.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:47:12.903616"], ["updated_at", "2015-03-01 06:47:12.903616"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:47:13 -0800 Processing by MessagesController#index as HTML Message Load (1.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/messages/237/destroy" for ::1 at 2015-02-28 22:47:13 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"237"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 237]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 237]]  (2.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:47:13 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:53:31 -0800 Processing by MessagesController#create as HTML Message Load (1.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.6ms | ActiveRecord: 1.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.8ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:53:31.880047"], ["updated_at", "2015-03-01 06:53:31.880047"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:53:31 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:53:32 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 238]]  (1.2ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.8ms | ActiveRecord: 1.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:53:32.017468"], ["updated_at", "2015-03-01 06:53:32.017468"]]  (3.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:53:32 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/messages/239/destroy" for ::1 at 2015-02-28 22:53:32 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"239"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 239]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 239]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:53:32 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:53:50 -0800 Processing by MessagesController#create as HTML Message Load (1.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.7ms | ActiveRecord: 1.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:53:50.183509"], ["updated_at", "2015-03-01 06:53:50.183509"]]  (1.4ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:53:50 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Completed -1 in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:53:50 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 240]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.6ms | ActiveRecord: 1.6ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:53:50.308081"], ["updated_at", "2015-03-01 06:53:50.308081"]]  (1.5ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:53:50 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.1ms) Completed -1 in 5ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/messages/241/destroy" for ::1 at 2015-02-28 22:53:50 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"241"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 241]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 241]]  (1.5ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:53:50 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 6ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:55:36 -0800 Processing by MessagesController#create as HTML Message Load (1.7ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.5ms | ActiveRecord: 1.7ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:55:36.771770"], ["updated_at", "2015-03-01 06:55:36.771770"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:55:36 -0800 Processing by MessagesController#index as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:55:36 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 242]]  (2.2ms) commit transaction Rendered text template (0.0ms) Completed -1 in 11ms (Views: 1.1ms | ActiveRecord: 2.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:55:36.905302"], ["updated_at", "2015-03-01 06:55:36.905302"]]  (1.3ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:55:37 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/messages/243/destroy" for ::1 at 2015-02-28 22:55:37 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"243"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 243]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 243]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:55:37 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:55:37 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:55:37.138041"], ["updated_at", "2015-03-01 06:55:37.138041"]]  (1.3ms) commit transaction Started GET "/messages/244/destroy" for ::1 at 2015-02-28 22:55:37 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"244"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 244]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 244]]  (2.4ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:55:37 -0800 Processing by MessagesController#index as HTML Message Load (0.7ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 12ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:56:10 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.5ms | ActiveRecord: 0.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:56:10.928418"], ["updated_at", "2015-03-01 06:56:10.928418"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:56:11 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:56:11 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 245]]  (2.3ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.7ms | ActiveRecord: 2.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:56:11.057095"], ["updated_at", "2015-03-01 06:56:11.057095"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:56:11 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/messages/246/destroy" for ::1 at 2015-02-28 22:56:11 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"246"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 246]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 246]]  (2.4ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:56:11 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:56:11 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:56:11.294636"], ["updated_at", "2015-03-01 06:56:11.294636"]]  (4.0ms) commit transaction Started GET "/messages/247/destroy" for ::1 at 2015-02-28 22:56:11 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"247"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 247]] Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 247]]  (2.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:56:11 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" Started GET "/messages" for ::1 at 2015-02-28 22:56:11 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#create as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:56:52.344446"], ["updated_at", "2015-03-01 06:56:52.344446"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 248]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.7ms | ActiveRecord: 1.7ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:56:52.472753"], ["updated_at", "2015-03-01 06:56:52.472753"]]  (4.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/messages/249/update" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"249"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 249]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 06:56:52.590455"], ["id", 249]]  (1.3ms) commit transaction Started GET "/messages/249/update" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"249"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 249]] Completed -1 in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/249/update" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"249"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 249]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/249/update" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"249"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 249]] Completed -1 in 4ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/249/update" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"249"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 249]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/249/update" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"249"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 249]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/249/update" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"249"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 249]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/249/update" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"249"} Rendered text template (0.0ms) Completed -1 in 31ms (Views: 30.5ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 249]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms)  (0.1ms) commit transaction Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" Completed -1 in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 22:56:52 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 22:57:31 -0800 Processing by MessagesController#create as HTML Message Load (1.0ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 249]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.5ms | ActiveRecord: 2.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:57:32.002256"], ["updated_at", "2015-03-01 06:57:32.002256"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:57:32 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:57:32 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 250]]  (2.2ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.7ms | ActiveRecord: 2.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:57:32.132223"], ["updated_at", "2015-03-01 06:57:32.132223"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:57:32 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/messages/251/destroy" for ::1 at 2015-02-28 22:57:32 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"251"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 251]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 251]]  (2.6ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:57:32 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 22:57:32 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.2ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 06:57:32.372607"], ["updated_at", "2015-03-01 06:57:32.372607"]]  (2.4ms) commit transaction Started GET "/messages/252/destroy" for ::1 at 2015-02-28 22:57:32 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"252"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 252]]  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 252]]  (1.4ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 22:57:32 -0800 Processing by MessagesController#index as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 22:57:32 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:02:02 -0800 Processing by MessagesController#create as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.5ms | ActiveRecord: 0.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.8ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:02:02.083123"], ["updated_at", "2015-03-01 07:02:02.083123"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:02:02 -0800 Processing by MessagesController#index as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:02:02 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (1.0ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 253]]  (1.3ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.8ms | ActiveRecord: 2.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:02:02.210693"], ["updated_at", "2015-03-01 07:02:02.210693"]]  (1.5ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:02:02 -0800 Processing by MessagesController#index as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/messages/254/destroy" for ::1 at 2015-02-28 23:02:02 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"254"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 254]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 254]]  (0.9ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:02:02 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:02:02 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:02:02.442800"], ["updated_at", "2015-03-01 07:02:02.442800"]]  (2.9ms) commit transaction Started GET "/messages/255/destroy" for ::1 at 2015-02-28 23:02:02 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"255"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 255]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 255]]  (2.4ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:02:02 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:02:02 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#create as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.1ms) Completed -1 in 3ms (Views: 0.7ms | ActiveRecord: 0.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:03:21.232772"], ["updated_at", "2015-03-01 07:03:21.232772"]]  (4.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 256]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 6ms (Views: 0.7ms | ActiveRecord: 1.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:03:21.362074"], ["updated_at", "2015-03-01 07:03:21.362074"]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/messages/257/update" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"257"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 257]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:03:21.480580"], ["id", 257]]  (1.4ms) commit transaction Started GET "/messages/257/update" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"257"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 257]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/257/update" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"257"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 257]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/257/update" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"257"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (1.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 257]]  (0.3ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/257/update" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"257"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 257]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/257/update" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"257"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 257]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/257/update" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"257"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 257]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/257/update" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"257"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 257]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/257/update" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"257"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 257]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#index as HTML  (0.1ms) commit transaction Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages/257/update" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"257"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 257]]  (0.1ms) begin transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (1.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 257]]  (0.1ms) commit transaction  (1.3ms) commit transaction Rendered text template (0.1ms) Completed -1 in 13ms (Views: 0.9ms | ActiveRecord: 3.1ms) Started GET "/messages" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/messages/257/update" for ::1 at 2015-02-28 23:03:21 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"257"} Rendered text template (0.0ms) Completed -1 in 7ms (Views: 3.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:03:21.660437"], ["updated_at", "2015-03-01 07:03:21.660437"]]  (1.8ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 258]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.6ms | ActiveRecord: 1.6ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:03:59.201963"], ["updated_at", "2015-03-01 07:03:59.201963"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 259]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.7ms | ActiveRecord: 1.6ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:03:59.331581"], ["updated_at", "2015-03-01 07:03:59.331581"]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#index as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/messages/260/update" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"260"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 260]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:03:59.448184"], ["id", 260]]  (1.3ms) commit transaction Started GET "/messages/260/update" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"260"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 260]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/260/update" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"260"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 260]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/260/update" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"260"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 260]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/260/update" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"260"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 260]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/260/update" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"260"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 260]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/260/update" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"260"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 260]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Started GET "/messages" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#index as HTML Rendered text template (0.1ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/messages/260/update" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"260"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 260]]  (0.1ms) begin transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 260]]  (0.1ms) commit transaction  (1.8ms) commit transaction Rendered text template (0.0ms) Completed -1 in 18ms (Views: 3.6ms | ActiveRecord: 2.8ms) Started GET "/messages" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:03:59 -0800 SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:03:59.662626"], ["updated_at", "2015-03-01 07:03:59.662626"]] Processing by MessagesController#index as HTML Rendered text template (0.0ms)  (1.2ms) commit transaction Completed -1 in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages/260/update" for ::1 at 2015-02-28 23:03:59 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"260"} Rendered text template (0.1ms) Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 260]] Started GET "/messages/create" for ::1 at 2015-02-28 23:13:55 -0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.6ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 261]]  (1.2ms) commit transaction Rendered text template (0.0ms) Completed -1 in 46ms (Views: 14.5ms | ActiveRecord: 3.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:13:55.948477"], ["updated_at", "2015-03-01 07:13:55.948477"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:13:56 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:14:24 -0800 Processing by MessagesController#create as HTML Message Load (1.9ms) SELECT "messages".* FROM "messages"  (0.2ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 262]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 10ms (Views: 0.8ms | ActiveRecord: 3.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:14:24.858621"], ["updated_at", "2015-03-01 07:14:24.858621"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:14:24 -0800 Processing by MessagesController#index as HTML Message Load (0.9ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:14:43 -0800 Processing by MessagesController#create as HTML Message Load (0.9ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.8ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 263]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 9ms (Views: 0.7ms | ActiveRecord: 3.1ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:14:43.775933"], ["updated_at", "2015-03-01 07:14:43.775933"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:14:43 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:14:43 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 264]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 6ms (Views: 0.6ms | ActiveRecord: 1.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:14:43.904264"], ["updated_at", "2015-03-01 07:14:43.904264"]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:14:44 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/messages/265/update" for ::1 at 2015-02-28 23:14:44 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"265"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 265]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:14:44.028493"], ["id", 265]]  (1.5ms) commit transaction Started GET "/messages/265/update" for ::1 at 2015-02-28 23:14:44 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"265"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 265]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/265/update" for ::1 at 2015-02-28 23:14:44 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"265"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 265]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/265/update" for ::1 at 2015-02-28 23:14:44 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"265"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 265]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/265/update" for ::1 at 2015-02-28 23:14:44 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"265"} Rendered text template (0.0ms) Completed -1 in 19ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 265]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/265/update" for ::1 at 2015-02-28 23:14:44 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"265"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 265]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/265/update" for ::1 at 2015-02-28 23:14:44 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"265"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 265]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:14:44 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Started GET "/messages/265/update" for ::1 at 2015-02-28 23:14:44 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"265"} Rendered text template (0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 265]] Completed -1 in 14ms (Views: 11.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:14:44 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:15:24 -0800 Processing by MessagesController#create as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 265]]  (0.9ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 1.0ms | ActiveRecord: 1.9ms) Started GET "/messages" for ::1 at 2015-02-28 23:15:24 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:15:25.141317"], ["updated_at", "2015-03-01 07:15:25.141317"]]  (0.8ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:15:34 -0800 Processing by MessagesController#create as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 266]]  (2.8ms) commit transaction Rendered text template (0.0ms) Completed -1 in 12ms (Views: 0.7ms | ActiveRecord: 3.8ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:16:00 -0800 Processing by MessagesController#create as HTML Message Load (1.0ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.8ms | ActiveRecord: 1.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:16:00 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:16:01.256882"], ["updated_at", "2015-03-01 07:16:01.256882"]]  (0.9ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:16:10 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 267]]  (2.5ms) commit transaction Rendered text template (0.0ms) Completed -1 in 9ms (Views: 0.8ms | ActiveRecord: 3.2ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:16:26 -0800 Processing by MessagesController#create as HTML Message Load (1.1ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.5ms | ActiveRecord: 1.1ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:16:26.332233"], ["updated_at", "2015-03-01 07:16:26.332233"]]  (1.5ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:16:31 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:16:54 -0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 268]]  (0.8ms) commit transaction Rendered text template (0.0ms) Completed -1 in 41ms (Views: 16.0ms | ActiveRecord: 2.2ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:16:55.029045"], ["updated_at", "2015-03-01 07:16:55.029045"]]  (0.9ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:16:55 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:17:17 -0800 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 269]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 35ms (Views: 11.4ms | ActiveRecord: 2.1ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:17:18.009795"], ["updated_at", "2015-03-01 07:17:18.009795"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:17:18 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:17:18 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 270]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.9ms | ActiveRecord: 1.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:17:18.187552"], ["updated_at", "2015-03-01 07:17:18.187552"]]  (1.5ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:17:18 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/messages/271/update" for ::1 at 2015-02-28 23:17:18 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"271"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 271]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:17:18.316058"], ["id", 271]]  (1.5ms) commit transaction Started GET "/messages/271/update" for ::1 at 2015-02-28 23:17:18 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"271"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 271]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/271/update" for ::1 at 2015-02-28 23:17:18 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"271"} Rendered text template (0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 271]] Completed -1 in 5ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/271/update" for ::1 at 2015-02-28 23:17:18 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"271"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.9ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 271]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/271/update" for ::1 at 2015-02-28 23:17:18 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"271"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 271]]  (0.1ms) begin transaction Completed -1 in 18ms (Views: 17.0ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:17:18 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/messages/271/update" for ::1 at 2015-02-28 23:17:18 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"271"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (1.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 271]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 271]]  (0.9ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.8ms | ActiveRecord: 1.7ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:17:30.336840"], ["updated_at", "2015-03-01 07:17:30.336840"]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 272]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.6ms | ActiveRecord: 1.6ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:17:30.463019"], ["updated_at", "2015-03-01 07:17:30.463019"]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/273/update" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"273"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 273]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:17:30.579237"], ["id", 273]]  (1.5ms) commit transaction Started GET "/messages/273/update" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"273"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 273]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/273/update" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"273"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 273]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/273/update" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"273"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 273]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/273/update" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"273"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 273]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/273/update" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"273"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 273]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/273/update" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"273"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 273]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/273/update" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"273"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 273]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/273/update" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"273"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 273]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/273/update" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"273"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 273]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) commit transaction Completed -1 in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" Started GET "/messages/273/update" for ::1 at 2015-02-28 23:17:30 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"273"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:17:38 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 273]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.6ms | ActiveRecord: 1.7ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:17:38.773686"], ["updated_at", "2015-03-01 07:17:38.773686"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:17:38 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:17:38 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 274]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.7ms | ActiveRecord: 1.6ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:17:38.900494"], ["updated_at", "2015-03-01 07:17:38.900494"]]  (1.3ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:17:39 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (1.2ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/messages/275/update" for ::1 at 2015-02-28 23:17:39 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"275"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 275]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:17:39.021627"], ["id", 275]]  (1.3ms) commit transaction Started GET "/messages/275/update" for ::1 at 2015-02-28 23:17:39 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"275"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 275]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/275/update" for ::1 at 2015-02-28 23:17:39 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"275"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 275]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/275/update" for ::1 at 2015-02-28 23:17:39 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"275"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 275]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/275/update" for ::1 at 2015-02-28 23:17:39 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"275"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 275]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/275/update" for ::1 at 2015-02-28 23:17:39 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"275"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 275]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/275/update" for ::1 at 2015-02-28 23:17:39 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"275"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 275]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/275/update" for ::1 at 2015-02-28 23:17:39 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"275"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 275]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/275/update" for ::1 at 2015-02-28 23:17:39 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"275"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 275]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/275/update" for ::1 at 2015-02-28 23:17:39 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"275"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 275]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:17:39 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms)  (0.1ms) commit transaction Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:17:39 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 5ms (Views: 3.2ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#create as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 275]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.6ms | ActiveRecord: 1.7ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:17:47.015767"], ["updated_at", "2015-03-01 07:17:47.015767"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 276]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.7ms | ActiveRecord: 1.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:17:47.146474"], ["updated_at", "2015-03-01 07:17:47.146474"]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages/277/update" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"277"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 277]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:17:47.265082"], ["id", 277]]  (1.4ms) commit transaction Started GET "/messages/277/update" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"277"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 277]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/277/update" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"277"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 277]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/277/update" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"277"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 277]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/277/update" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"277"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 277]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/277/update" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"277"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 277]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/277/update" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"277"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 277]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/277/update" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"277"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 277]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/277/update" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"277"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 277]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/277/update" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"277"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 277]] Completed -1 in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms)  (0.1ms) commit transaction Message Load (0.6ms) SELECT "messages".* FROM "messages" Completed -1 in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" Completed -1 in 12ms (Views: 10.4ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:17:47 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:18:22 -0800 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.7ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 277]]  (0.9ms) commit transaction Rendered text template (0.0ms) Completed -1 in 38ms (Views: 13.0ms | ActiveRecord: 2.6ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:18:22.510439"], ["updated_at", "2015-03-01 07:18:22.510439"]]  (2.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 278]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.7ms | ActiveRecord: 1.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:18:22.682455"], ["updated_at", "2015-03-01 07:18:22.682455"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/messages/279/update" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"279"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 279]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:18:22.810983"], ["id", 279]]  (1.3ms) commit transaction Started GET "/messages/279/update" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"279"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 279]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/279/update" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"279"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 279]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/279/update" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"279"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 279]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/279/update" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"279"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 279]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/279/update" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"279"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 279]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/279/update" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"279"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 279]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages"  (0.1ms) commit transaction Started GET "/messages/279/update" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"279"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 279]]  (0.1ms) begin transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 279]]  (0.2ms) commit transaction  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 11ms (Views: 0.7ms | ActiveRecord: 1.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:18:22.944858"], ["updated_at", "2015-03-01 07:18:22.944858"]] Started GET "/messages" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages/279/update" for ::1 at 2015-02-28 23:18:22 -0800  (1.3ms) commit transaction Processing by MessagesController#update as HTML Parameters: {"id"=>"279"} Rendered text template (0.0ms) Completed -1 in 15ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:18:22 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 279]] Rendered text template (0.0ms) Completed in 8ms Started GET "/messages/create" for ::1 at 2015-02-28 23:19:05 -0800 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 280]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 39ms (Views: 12.3ms | ActiveRecord: 2.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:19:06.244206"], ["updated_at", "2015-03-01 07:19:06.244206"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 281]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.6ms | ActiveRecord: 1.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:19:06.409096"], ["updated_at", "2015-03-01 07:19:06.409096"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/messages/282/update" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"282"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 282]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:19:06.534251"], ["id", 282]]  (1.2ms) commit transaction Started GET "/messages/282/update" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"282"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 282]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/282/update" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"282"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 282]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/282/update" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"282"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 282]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/282/update" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"282"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 282]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/282/update" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"282"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 282]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/282/update" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"282"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 282]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#index as HTML  (0.1ms) commit transaction Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/messages/282/update" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"282"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 282]]  (0.1ms) begin transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 282]]  (0.1ms) commit transaction  (1.6ms) commit transaction Rendered text template (0.0ms) Completed -1 in 9ms (Views: 1.2ms | ActiveRecord: 2.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:19:06.664874"], ["updated_at", "2015-03-01 07:19:06.664874"]] Started GET "/messages" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (1.9ms) commit transaction Message Load (0.7ms) SELECT "messages".* FROM "messages" Started GET "/messages/282/update" for ::1 at 2015-02-28 23:19:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"282"} Rendered text template (0.2ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 282]] Started GET "/messages/create" for ::1 at 2015-02-28 23:20:06 -0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages"  (0.2ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 283]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 39ms (Views: 11.3ms | ActiveRecord: 2.7ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:20:06.462844"], ["updated_at", "2015-03-01 07:20:06.462844"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:20:07 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:20:07 -0800 Processing by MessagesController#create as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 284]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.8ms | ActiveRecord: 1.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:20:07.539037"], ["updated_at", "2015-03-01 07:20:07.539037"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:20:08.567711"], ["id", 285]]  (1.3ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.2ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.0ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]] Completed -1 in 16ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]] Completed -1 in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.2ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]] Completed -1 in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 46ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:08 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]] Completed -1 in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.1ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]]  (0.1ms) begin transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#create as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages"  (0.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 285]]  (2.3ms) commit transaction Rendered text template (0.0ms) Completed -1 in 10ms (Views: 1.4ms | ActiveRecord: 3.1ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:20:09.603631"], ["updated_at", "2015-03-01 07:20:09.603631"]] Started GET "/messages" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages"  (1.0ms) commit transaction Started GET "/messages/285/update" for ::1 at 2015-02-28 23:20:09 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"285"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 285]] Started GET "/messages/create" for ::1 at 2015-02-28 23:20:54 -0800 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 286]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 35ms (Views: 11.5ms | ActiveRecord: 2.2ms) Unpermitted parameter: webSocketUrl  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:20:54.973692"], ["updated_at", "2015-03-01 07:20:54.973692"]]  (0.9ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:20:55 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:20:56 -0800 Processing by MessagesController#create as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 287]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.7ms | ActiveRecord: 1.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:20:56.041878"], ["updated_at", "2015-03-01 07:20:56.041878"]]  (1.5ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:20:57.069365"], ["id", 288]]  (1.3ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 14ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 47ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.1ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.2ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.2ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 16ms (Views: 15.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.1ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.1ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (1.9ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.1ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.1ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:58 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]] Completed -1 in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:58 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:58 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:58 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.2ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:20:58 -0800 Processing by MessagesController#index as HTML  (0.1ms) commit transaction Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 5ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/messages/288/update" for ::1 at 2015-02-28 23:20:58 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"288"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 288]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:21:19 -0800 Processing by MessagesController#create as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 288]]  (0.8ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.8ms | ActiveRecord: 1.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:21:20.002138"], ["updated_at", "2015-03-01 07:21:20.002138"]]  (0.8ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:21:21 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:21:21 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 289]]  (0.9ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 1.2ms | ActiveRecord: 1.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:21:21.031377"], ["updated_at", "2015-03-01 07:21:21.031377"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:21:22.047097"], ["id", 290]]  (1.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (1.2ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.7ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]] Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.1ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]] Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]] Completed -1 in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.1ms) Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]] Completed -1 in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.1ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]] Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]] Completed -1 in 81ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.5ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.1ms) Completed -1 in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]] Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (1.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]] Completed -1 in 19ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.1ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction Completed -1 in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]] Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction Completed -1 in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]] Completed -1 in 18ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:22 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]] Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:23 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:23 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:23 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:23 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/290/update" for ::1 at 2015-02-28 23:21:23 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"290"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 290]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:21:23 -0800 Processing by MessagesController#index as HTML  (0.1ms) commit transaction Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 54ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:22:14 -0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 290]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 35ms (Views: 11.4ms | ActiveRecord: 2.1ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:22:14.812591"], ["updated_at", "2015-03-01 07:22:14.812591"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:22:15 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:22:15 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 291]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.9ms | ActiveRecord: 1.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:22:15.885480"], ["updated_at", "2015-03-01 07:22:15.885480"]]  (1.4ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:22:16 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:16 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:22:16.912808"], ["id", 292]]  (1.3ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:16 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:16 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:16 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:16 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 13ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:16 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:16 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.5ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 14ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.6ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.5ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#index as HTML  (0.2ms) commit transaction Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" Started GET "/messages/292/update" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"292"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (1.0ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 292]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:22:17 -0800 Processing by MessagesController#index as HTML  (0.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 13ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:23:08 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 292]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 6ms (Views: 0.5ms | ActiveRecord: 1.6ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:23:08.095929"], ["updated_at", "2015-03-01 07:23:08.095929"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:23:09 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:23:09 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 293]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.7ms | ActiveRecord: 1.6ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:23:09.125353"], ["updated_at", "2015-03-01 07:23:09.125353"]]  (1.3ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:23:10.144541"], ["id", 294]]  (2.6ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.2ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]] Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 66ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.3ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]] Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]] Completed -1 in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]] Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]] Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]] Completed -1 in 16ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.1ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]] Completed -1 in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:10 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:23:11 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) commit transaction Completed -1 in 4ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/messages/294/update" for ::1 at 2015-02-28 23:23:11 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"294"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 294]]  (0.2ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:23:11 -0800 Processing by MessagesController#index as HTML  (0.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:23:30 -0800 Processing by MessagesController#create as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.6ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 294]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 9ms (Views: 0.6ms | ActiveRecord: 2.1ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:23:30.244944"], ["updated_at", "2015-03-01 07:23:30.244944"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:23:31 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:23:31 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 295]]  (0.9ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.7ms | ActiveRecord: 1.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:23:31.273360"], ["updated_at", "2015-03-01 07:23:31.273360"]]  (1.3ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:23:32.291941"], ["id", 296]]  (2.5ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.8ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.1ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.5ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:32 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.5ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]] Completed -1 in 34ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.5ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]] Completed -1 in 18ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#index as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms)  (0.1ms) commit transaction Completed -1 in 62ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Completed -1 in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]]  (0.1ms) begin transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 296]]  (1.3ms) commit transaction Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 16ms (Views: 3.1ms | ActiveRecord: 2.4ms)  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:23:33.434024"], ["updated_at", "2015-03-01 07:23:33.434024"]] Started GET "/messages" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#index as HTML Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages"  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Started GET "/messages" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" Completed -1 in 18ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages/296/update" for ::1 at 2015-02-28 23:23:33 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"296"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 296]] Started GET "/messages/create" for ::1 at 2015-02-28 23:24:13 -0800 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.7ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 297]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 46ms (Views: 15.4ms | ActiveRecord: 2.7ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:24:13.306069"], ["updated_at", "2015-03-01 07:24:13.306069"]]  (0.9ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:24:14 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:24:14 -0800 Processing by MessagesController#create as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 298]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.9ms | ActiveRecord: 2.1ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:24:14.376416"], ["updated_at", "2015-03-01 07:24:14.376416"]]  (1.6ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:24:15 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/messages/299/destroy" for ::1 at 2015-02-28 23:24:15 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"299"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 299]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 299]]  (1.6ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:24:16 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:24:16 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:24:16.416838"], ["updated_at", "2015-03-01 07:24:16.416838"]]  (2.3ms) commit transaction Started GET "/messages/300/destroy" for ::1 at 2015-02-28 23:24:16 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"300"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 300]] Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 300]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:24:17 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 17ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:24:17 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:25:13 -0800 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 26ms (Views: 12.3ms | ActiveRecord: 0.9ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:25:14.002948"], ["updated_at", "2015-03-01 07:25:14.002948"]]  (1.9ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:25:14 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/messages/301/destroy" for ::1 at 2015-02-28 23:25:15 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"301"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 301]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 301]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:25:16 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:25:16 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.5ms | ActiveRecord: 0.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:25:16.084452"], ["updated_at", "2015-03-01 07:25:16.084452"]]  (2.3ms) commit transaction Started GET "/messages/302/destroy" for ::1 at 2015-02-28 23:25:16 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"302"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 302]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 302]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:25:17 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" Completed -1 in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:25:17 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 17ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:25:21 -0800 Processing by MessagesController#create as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.7ms | ActiveRecord: 0.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:25:21.092850"], ["updated_at", "2015-03-01 07:25:21.092850"]]  (1.5ms) commit transaction Started GET "/messages/303/destroy" for ::1 at 2015-02-28 23:25:21 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"303"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 303]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 303]]  (1.3ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:25:22 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:25:22 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:28:04 -0800 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.7ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 26ms (Views: 11.9ms | ActiveRecord: 0.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:28:04.395439"], ["updated_at", "2015-03-01 07:28:04.395439"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:28:05 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 23:28:05 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 304]]  (2.2ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.7ms | ActiveRecord: 3.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:28:05.464674"], ["updated_at", "2015-03-01 07:28:05.464674"]]  (1.3ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:28:06.494837"], ["id", 305]]  (1.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]] Completed -1 in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.5ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.5ms) Completed -1 in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.2ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]] Completed -1 in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]] Completed -1 in 15ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]] Completed -1 in 47ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:06 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 17ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]] Completed -1 in 55ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.1ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (1.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:28:07 -0800  (0.2ms) commit transaction Processing by MessagesController#index as HTML Rendered text template (0.1ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]]  (0.1ms) begin transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:28:07 -0800  (0.1ms) commit transaction Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 305]]  (2.5ms) commit transaction Rendered text template (0.0ms) Completed -1 in 10ms (Views: 0.8ms | ActiveRecord: 3.2ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:28:07.531207"], ["updated_at", "2015-03-01 07:28:07.531207"]] Started GET "/messages" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (1.2ms) commit transaction Started GET "/messages/305/update" for ::1 at 2015-02-28 23:28:07 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"305"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 305]] Started GET "/messages/create" for ::1 at 2015-02-28 23:28:41 -0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 306]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 35ms (Views: 11.4ms | ActiveRecord: 2.5ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:28:41.449180"], ["updated_at", "2015-03-01 07:28:41.449180"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:28:42 -0800 Processing by MessagesController#index as HTML Message Load (0.9ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 6ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:28:42 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 307]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 1.3ms | ActiveRecord: 1.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:28:42.527302"], ["updated_at", "2015-03-01 07:28:42.527302"]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:28:43 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/messages/308/destroy" for ::1 at 2015-02-28 23:28:43 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"308"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 308]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 308]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:28:44 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:28:44 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:28:44.569388"], ["updated_at", "2015-03-01 07:28:44.569388"]]  (2.5ms) commit transaction Started GET "/messages/309/destroy" for ::1 at 2015-02-28 23:28:44 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"309"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 309]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 309]]  (1.5ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:28:45 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 17ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:28:45 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:29:29 -0800 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 26ms (Views: 11.9ms | ActiveRecord: 0.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:29:29.503164"], ["updated_at", "2015-03-01 07:29:29.503164"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:29:30 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/messages/310/destroy" for ::1 at 2015-02-28 23:29:30 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"310"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 310]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 310]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:29:31 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:29:31 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:29:31.577509"], ["updated_at", "2015-03-01 07:29:31.577509"]]  (1.0ms) commit transaction Started GET "/messages/311/destroy" for ::1 at 2015-02-28 23:29:31 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"311"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 311]] Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 311]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:29:32 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:29:32 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:29:36 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 15ms (Views: 1.0ms | ActiveRecord: 0.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:29:36.595719"], ["updated_at", "2015-03-01 07:29:36.595719"]]  (2.0ms) commit transaction Started GET "/messages/312/destroy" for ::1 at 2015-02-28 23:29:36 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"312"} Rendered text template (0.1ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 312]] Completed -1 in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 312]] Started GET "/messages/312/update" for ::1 at 2015-02-28 23:29:36 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"312"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (1.1ms) commit transaction Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 312]] Started GET "/messages/create" for ::1 at 2015-02-28 23:30:23 -0800 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 26ms (Views: 12.2ms | ActiveRecord: 0.9ms) Unpermitted parameter: webSocketUrl  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:30:23.444985"], ["updated_at", "2015-03-01 07:30:23.444985"]]  (3.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.0ms) begin transaction SQL (0.4ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:30:24.510040"], ["id", 313]]  (1.3ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]] Completed -1 in 16ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 16ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 49ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.5ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]] Completed -1 in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:24 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 15ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.1ms) Completed -1 in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]] Completed -1 in 50ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.5ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.7ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 16ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.1ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]] Completed -1 in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (1.4ms) Completed -1 in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 17ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:30:25 -0800  (0.1ms) commit transaction Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Started GET "/messages" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]]  (0.1ms) begin transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#create as HTML Message Load (0.7ms) SELECT "messages".* FROM "messages"  (0.1ms) commit transaction  (0.1ms) begin transaction SQL (1.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 313]]  (2.3ms) commit transaction Rendered text template (0.0ms) Completed -1 in 13ms (Views: 0.7ms | ActiveRecord: 4.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#index as HTML SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:30:25.569807"], ["updated_at", "2015-03-01 07:30:25.569807"]] Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#index as HTML  (0.9ms) commit transaction Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 6ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages/313/update" for ::1 at 2015-02-28 23:30:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"313"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 313]] Started GET "/messages/create" for ::1 at 2015-02-28 23:31:12 -0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 314]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 38ms (Views: 11.8ms | ActiveRecord: 2.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:31:12.736174"], ["updated_at", "2015-03-01 07:31:12.736174"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:31:13.807917"], ["id", 315]]  (1.6ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.5ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 16ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.8ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.5ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:13 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.1ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]] Completed -1 in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 13ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.1ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 52ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]] Rendered text template (0.0ms)  (0.1ms) begin transaction Completed -1 in 16ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]] Completed -1 in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]] Completed -1 in 49ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.2ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.5ms) Completed -1 in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Message Load (0.9ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]] Completed -1 in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.1ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]] Completed -1 in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]] Completed -1 in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:31:14 -0800  (0.1ms) commit transaction Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 16ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]] Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction Completed -1 in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#create as HTML  (0.1ms) commit transaction Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 315]]  (2.2ms) commit transaction Rendered text template (0.0ms) Completed -1 in 10ms (Views: 1.3ms | ActiveRecord: 3.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:31:14.863630"], ["updated_at", "2015-03-01 07:31:14.863630"]] Started GET "/messages" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#index as HTML Rendered text template (0.1ms) Completed -1 in 4ms (Views: 2.2ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" Started GET "/messages/315/update" for ::1 at 2015-02-28 23:31:14 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"315"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 315]] Completed -1 in 5ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:33:24 -0800 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.7ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.6ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 316]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 38ms (Views: 12.0ms | ActiveRecord: 2.9ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:33:24.422467"], ["updated_at", "2015-03-01 07:33:24.422467"]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction SQL (1.0ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:33:25.491486"], ["id", 317]]  (1.4ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.9ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 18ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.0ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.0ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 15ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction Completed -1 in 4ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 74ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction Completed -1 in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:25 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.1ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 18ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.9ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (1.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 54ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.0ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.0ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Completed -1 in 16ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms)  (0.1ms) commit transaction Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 17ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#index as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]]  (0.1ms) begin transaction Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages" for ::1 at 2015-02-28 23:33:26 -0800 Completed -1 in 8ms (Views: 3.4ms | ActiveRecord: 0.0ms) Processing by MessagesController#index as HTML  (0.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 317]]  (2.4ms) commit transaction Rendered text template (0.0ms) Completed -1 in 11ms (Views: 1.4ms | ActiveRecord: 3.4ms) Unpermitted parameter: webSocketUrl Started GET "/messages" for ::1 at 2015-02-28 23:33:26 -0800  (0.1ms) begin transaction Processing by MessagesController#index as HTML SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:33:26.577018"], ["updated_at", "2015-03-01 07:33:26.577018"]] Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 4ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (2.4ms) commit transaction Message Load (0.7ms) SELECT "messages".* FROM "messages" Started GET "/messages/317/update" for ::1 at 2015-02-28 23:33:26 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"317"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 317]] Started GET "/messages/create" for ::1 at 2015-02-28 23:33:55 -0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.7ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 318]]  (0.8ms) commit transaction Rendered text template (0.0ms) Completed -1 in 37ms (Views: 13.5ms | ActiveRecord: 2.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:33:55.979958"], ["updated_at", "2015-03-01 07:33:55.979958"]]  (1.7ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:33:56 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:33:57.048518"], ["id", 319]]  (1.5ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 17ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 14ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]] Completed -1 in 51ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.6ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]] Completed -1 in 16ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]] Completed -1 in 49ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.5ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.0ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.6ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 14ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.9ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:57 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:58 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:58 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:58 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:33:58 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms)  (0.1ms) commit transaction Message Load (0.7ms) SELECT "messages".* FROM "messages" Completed -1 in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:58 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 20ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]]  (0.1ms) begin transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:33:58 -0800  (0.1ms) commit transaction Processing by MessagesController#create as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 319]]  (1.7ms) commit transaction Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 11ms (Views: 2.9ms | ActiveRecord: 2.6ms)  (0.6ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:33:58 -0800 SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:33:58.102839"], ["updated_at", "2015-03-01 07:33:58.102839"]] Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:33:58 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" Completed -1 in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:33:58 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/messages/319/update" for ::1 at 2015-02-28 23:33:58 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"319"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 319]] Started GET "/messages/create" for ::1 at 2015-02-28 23:34:49 -0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#create as HTML Message Load (0.7ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 320]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 37ms (Views: 12.3ms | ActiveRecord: 2.7ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:34:49.889465"], ["updated_at", "2015-03-01 07:34:49.889465"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:34:50 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:34:50 -0800 Processing by MessagesController#create as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 321]]  (1.0ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.9ms | ActiveRecord: 1.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:34:50.955454"], ["updated_at", "2015-03-01 07:34:50.955454"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:34:51 -0800 Processing by MessagesController#index as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:51 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "messages" SET "body" = ?, "updated_at" = ? WHERE "messages"."id" = ? [["body", "new body"], ["updated_at", "2015-03-01 07:34:51.982850"], ["id", 322]]  (1.5ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:51 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]] Completed -1 in 15ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.5ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.4ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.6ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]] Completed -1 in 48ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.2ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.2ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.1ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]] Completed -1 in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.0ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]] Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.3ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.2ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 322]]  (0.1ms) begin transaction Started GET "/messages" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) commit transaction Started GET "/messages/322/update" for ::1 at 2015-02-28 23:34:52 -0800 Processing by MessagesController#update as HTML Parameters: {"id"=>"322"} Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:35:19 -0800 Processing by MessagesController#create as HTML Message Load (0.6ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 322]]  (0.8ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.8ms | ActiveRecord: 1.9ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:35:19.107104"], ["updated_at", "2015-03-01 07:35:19.107104"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:35:20 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:35:33 -0800 Processing by MessagesController#create as HTML Message Load (1.0ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.6ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 323]]  (0.9ms) commit transaction Rendered text template (0.0ms) Completed -1 in 9ms (Views: 0.7ms | ActiveRecord: 2.6ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:35:33.512952"], ["updated_at", "2015-03-01 07:35:33.512952"]]  (1.5ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:35:34 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:35:34 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 324]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.7ms | ActiveRecord: 1.7ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:35:34.539790"], ["updated_at", "2015-03-01 07:35:34.539790"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:35:35 -0800 Processing by MessagesController#index as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/messages/325/destroy" for ::1 at 2015-02-28 23:35:35 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"325"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 325]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 325]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:35:36 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:35:50 -0800 Processing by MessagesController#create as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:35:50.839540"], ["updated_at", "2015-03-01 07:35:50.839540"]]  (0.9ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:35:50 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:35:50 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 326]]  (1.2ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.6ms | ActiveRecord: 1.8ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:35:50.966560"], ["updated_at", "2015-03-01 07:35:50.966560"]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:35:51 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/messages/327/destroy" for ::1 at 2015-02-28 23:35:51 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"327"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 327]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 327]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:35:51 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:36:24 -0800 Processing by MessagesController#create as HTML Message Load (1.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.5ms | ActiveRecord: 1.4ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:36:24.125590"], ["updated_at", "2015-03-01 07:36:24.125590"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:36:24 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:36:24 -0800 Processing by MessagesController#create as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 328]]  (2.3ms) commit transaction Rendered text template (0.0ms) Completed -1 in 8ms (Views: 0.7ms | ActiveRecord: 3.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:36:24.256100"], ["updated_at", "2015-03-01 07:36:24.256100"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:36:24 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Started GET "/messages/329/destroy" for ::1 at 2015-02-28 23:36:24 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"329"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 329]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 329]]  (2.3ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:36:24 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:36:32 -0800 Processing by MessagesController#create as HTML Message Load (1.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 4ms (Views: 0.6ms | ActiveRecord: 1.3ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:36:32.849650"], ["updated_at", "2015-03-01 07:36:32.849650"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:36:32 -0800 Processing by MessagesController#index as HTML Message Load (0.3ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 5ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:36:32 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 330]]  (1.1ms) commit transaction Rendered text template (0.0ms) Completed -1 in 7ms (Views: 0.7ms | ActiveRecord: 1.7ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-01 07:36:32.979731"], ["updated_at", "2015-03-01 07:36:32.979731"]]  (1.2ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:36:33 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/messages/331/destroy" for ::1 at 2015-02-28 23:36:33 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"331"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 331]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 331]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:36:33 -0800 Processing by MessagesController#index as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-02-28 23:36:51 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-02-28 23:36:52 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sddf"], ["created_at", "2015-03-01 07:36:52.520074"], ["updated_at", "2015-03-01 07:36:52.520074"]]  (1.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:36:53 -0800 Processing by MessagesController#create as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 332]]  (1.0ms) commit transaction Rendered text template (0.1ms) Completed -1 in 7ms (Views: 0.8ms | ActiveRecord: 1.6ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "!!"], ["created_at", "2015-03-01 07:36:53.681772"], ["updated_at", "2015-03-01 07:36:53.681772"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:36:55 -0800 Processing by MessagesController#create as HTML Message Load (0.5ms) SELECT "messages".* FROM "messages"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 333]]  (1.2ms) commit transaction Rendered text template (0.0ms) Completed -1 in 9ms (Views: 0.7ms | ActiveRecord: 2.1ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfs"], ["created_at", "2015-03-01 07:36:55.628189"], ["updated_at", "2015-03-01 07:36:55.628189"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-02-28 23:37:39 -0800 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 33ms (Views: 17.7ms | ActiveRecord: 0.0ms) Started GET "/messages/334/destroy" for ::1 at 2015-02-28 23:37:40 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"334"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 334]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 334]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:37:41 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdffds"], ["created_at", "2015-03-01 07:37:41.471860"], ["updated_at", "2015-03-01 07:37:41.471860"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:37:42 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdf"], ["created_at", "2015-03-01 07:37:42.027859"], ["updated_at", "2015-03-01 07:37:42.027859"]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:37:42 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 66ms (Views: 1.0ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "!!"], ["created_at", "2015-03-01 07:37:42.737696"], ["updated_at", "2015-03-01 07:37:42.737696"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:37:43 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdf"], ["created_at", "2015-03-01 07:37:43.098831"], ["updated_at", "2015-03-01 07:37:43.098831"]]  (1.1ms) commit transaction Started GET "/messages/335/destroy" for ::1 at 2015-02-28 23:37:44 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"335"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 335]] Completed -1 in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 335]]  (1.1ms) commit transaction Started GET "/messages/336/destroy" for ::1 at 2015-02-28 23:37:44 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"336"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 336]] Completed -1 in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 336]]  (1.1ms) commit transaction Started GET "/messages/337/destroy" for ::1 at 2015-02-28 23:37:44 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"337"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 337]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 337]]  (1.4ms) commit transaction Started GET "/messages/338/destroy" for ::1 at 2015-02-28 23:37:44 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"338"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 338]] Completed -1 in 4ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 338]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:37:48 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfd"], ["created_at", "2015-03-01 07:37:48.289413"], ["updated_at", "2015-03-01 07:37:48.289413"]]  (2.5ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:37:48 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.6ms) begin transaction SQL (0.9ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdf"], ["created_at", "2015-03-01 07:37:48.615847"], ["updated_at", "2015-03-01 07:37:48.615847"]]  (1.4ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:37:49 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfdaf"], ["created_at", "2015-03-01 07:37:49.010461"], ["updated_at", "2015-03-01 07:37:49.010461"]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-02-28 23:37:49 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "dsfg"], ["created_at", "2015-03-01 07:37:49.249072"], ["updated_at", "2015-03-01 07:37:49.249072"]]  (2.3ms) commit transaction Started GET "/messages" for ::1 at 2015-03-01 22:08:06 -0800 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (0.9ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 37ms (Views: 18.5ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-03-01 22:08:08 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "kjsdfh"], ["created_at", "2015-03-02 06:08:08.429882"], ["updated_at", "2015-03-02 06:08:08.429882"]]  (1.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-01 22:08:09 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "dsfglkf!!"], ["created_at", "2015-03-02 06:08:09.617219"], ["updated_at", "2015-03-02 06:08:09.617219"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-01 22:08:23 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (2.7ms) begin transaction SQL (5.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-02 06:08:23.142418"], ["updated_at", "2015-03-02 06:08:23.142418"]]  (1.1ms) commit transaction Started GET "/messages" for ::1 at 2015-03-01 22:08:23 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 75ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-03-01 22:08:23 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "test body"], ["created_at", "2015-03-02 06:08:23.338681"], ["updated_at", "2015-03-02 06:08:23.338681"]]  (2.8ms) commit transaction Started GET "/messages" for ::1 at 2015-03-01 22:08:23 -0800 Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 6ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/messages/339/destroy" for ::1 at 2015-03-01 22:08:23 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"339"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (1.1ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 339]]  (0.1ms) begin transaction SQL (2.9ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 339]]  (1.6ms) commit transaction Started GET "/messages/340/destroy" for ::1 at 2015-03-01 22:08:23 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"340"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.9ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 340]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 340]]  (2.6ms) commit transaction Started GET "/messages/341/destroy" for ::1 at 2015-03-01 22:08:23 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"341"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 341]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 341]]  (4.5ms) commit transaction Started GET "/messages/342/destroy" for ::1 at 2015-03-01 22:08:23 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"342"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 342]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 342]]  (1.4ms) commit transaction Started GET "/messages/343/destroy" for ::1 at 2015-03-01 22:08:23 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"343"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 343]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 343]]  (2.7ms) commit transaction Started GET "/messages/344/destroy" for ::1 at 2015-03-01 22:08:23 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"344"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 344]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 344]] Started GET "/messages" for ::1 at 2015-03-01 22:08:23 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (1.6ms) commit transaction Started GET "/messages/345/destroy" for ::1 at 2015-03-01 22:08:23 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"345"} Rendered text template (0.0ms) Completed -1 in 28ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-03-01 22:12:09 -0800 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (0.9ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 32ms (Views: 20.2ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-03-01 22:12:17 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "hello"], ["created_at", "2015-03-02 06:12:17.368259"], ["updated_at", "2015-03-02 06:12:17.368259"]]  (2.2ms) commit transaction Started GET "/messages" for ::1 at 2015-03-01 22:14:24 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-03-01 22:14:26 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfd"], ["created_at", "2015-03-02 06:14:26.213190"], ["updated_at", "2015-03-02 06:14:26.213190"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-01 22:14:28 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "!!"], ["created_at", "2015-03-02 06:14:28.132846"], ["updated_at", "2015-03-02 06:14:28.132846"]]  (1.3ms) commit transaction Message Load (2.0ms) SELECT "messages".* FROM "messages" Started GET "/messages" for ::1 at 2015-03-01 23:41:10 -0800 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (1.1ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 38ms (Views: 12.5ms | ActiveRecord: 0.0ms) Started GET "/messages/345/destroy" for ::1 at 2015-03-01 23:41:12 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"345"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 345]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 345]]  (2.3ms) commit transaction Started GET "/messages/346/destroy" for ::1 at 2015-03-01 23:41:12 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"346"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 346]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 346]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-03-01 23:41:13 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Completed -1 in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-03-02 00:17:30 -0800 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (1.0ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 35ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started GET "/messages/347/destroy" for ::1 at 2015-03-02 00:17:31 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"347"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 347]]  (0.1ms) begin transaction SQL (2.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 347]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 00:17:33 -0800 Processing by MessagesController#create as HTML Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdf"], ["created_at", "2015-03-02 08:17:33.124027"], ["updated_at", "2015-03-02 08:17:33.124027"]]  (0.9ms) commit transaction Started GET "/messages/348/destroy" for ::1 at 2015-03-02 00:17:35 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"348"} Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 348]] Completed -1 in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 348]]  (1.5ms) commit transaction Started GET "/messages/349/destroy" for ::1 at 2015-03-02 00:17:35 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"349"} Rendered text template (0.1ms) Completed -1 in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 349]]  (0.1ms) begin transaction SQL (0.7ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 349]]  (3.0ms) commit transaction Started GET "/messages/350/destroy" for ::1 at 2015-03-02 00:17:36 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"350"} Rendered text template (0.0ms) Completed -1 in 60ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 350]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 350]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 00:17:37 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.7ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdffds"], ["created_at", "2015-03-02 08:17:37.261762"], ["updated_at", "2015-03-02 08:17:37.261762"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 00:17:37 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.5ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "dfs"], ["created_at", "2015-03-02 08:17:37.519114"], ["updated_at", "2015-03-02 08:17:37.519114"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 00:17:37 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdf"], ["created_at", "2015-03-02 08:17:37.694123"], ["updated_at", "2015-03-02 08:17:37.694123"]]  (1.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 00:17:37 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.6ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdf"], ["created_at", "2015-03-02 08:17:37.861669"], ["updated_at", "2015-03-02 08:17:37.861669"]]  (1.9ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 00:17:38 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "dfs"], ["created_at", "2015-03-02 08:17:38.013215"], ["updated_at", "2015-03-02 08:17:38.013215"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 00:17:38 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "fsd"], ["created_at", "2015-03-02 08:17:38.140533"], ["updated_at", "2015-03-02 08:17:38.140533"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 00:17:38 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sfd"], ["created_at", "2015-03-02 08:17:38.270614"], ["updated_at", "2015-03-02 08:17:38.270614"]]  (1.3ms) commit transaction Started GET "/messages/351/destroy" for ::1 at 2015-03-02 00:17:39 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"351"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 351]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 351]]  (2.0ms) commit transaction Started GET "/messages/352/destroy" for ::1 at 2015-03-02 00:17:40 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"352"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 352]]  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 352]]  (1.1ms) commit transaction Started GET "/messages/353/destroy" for ::1 at 2015-03-02 00:17:40 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"353"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 353]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 353]]  (1.0ms) commit transaction Started GET "/messages/354/destroy" for ::1 at 2015-03-02 00:17:40 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"354"} Rendered text template (0.0ms) Completed -1 in 16ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 354]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 354]]  (1.0ms) commit transaction Started GET "/messages/355/destroy" for ::1 at 2015-03-02 00:17:40 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"355"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 355]] Completed -1 in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 355]]  (1.2ms) commit transaction Started GET "/messages/356/destroy" for ::1 at 2015-03-02 00:17:41 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"356"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.8ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 356]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 356]]  (1.0ms) commit transaction Started GET "/messages/357/destroy" for ::1 at 2015-03-02 00:17:41 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"357"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 357]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 357]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 00:17:43 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "38726z3uihkj<1"], ["created_at", "2015-03-02 08:17:43.711887"], ["updated_at", "2015-03-02 08:17:43.711887"]]  (1.1ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 00:17:45 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", ",.!!"], ["created_at", "2015-03-02 08:17:45.845656"], ["updated_at", "2015-03-02 08:17:45.845656"]]  (1.0ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 00:17:53 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "hello"], ["created_at", "2015-03-02 08:17:53.732847"], ["updated_at", "2015-03-02 08:17:53.732847"]]  (2.3ms) commit transaction Started GET "/messages/358/destroy" for ::1 at 2015-03-02 00:17:57 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"358"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 358]] Completed -1 in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 358]]  (2.4ms) commit transaction Started GET "/messages/359/destroy" for ::1 at 2015-03-02 00:17:57 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"359"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 359]] Completed -1 in 4ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 359]]  (1.0ms) commit transaction Started GET "/messages/360/destroy" for ::1 at 2015-03-02 00:17:57 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"360"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 360]] Completed -1 in 4ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 360]]  (2.6ms) commit transaction Started GET "/messages" for ::1 at 2015-03-02 00:18:04 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-03-02 00:18:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "

hello

"], ["created_at", "2015-03-02 08:18:12.023884"], ["updated_at", "2015-03-02 08:18:12.023884"]]  (2.3ms) commit transaction Started GET "/messages/361" for ::1 at 2015-03-02 00:18:13 -0800 Processing by MessagesController#show as HTML Parameters: {"id"=>"361"} Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 361]] Rendered text template (1.4ms) Completed -1 in 7ms (Views: 2.1ms | ActiveRecord: 0.3ms) Started GET "/messages" for ::1 at 2015-03-02 00:18:15 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 5ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.3ms) SELECT "messages".* FROM "messages" Started GET "/messages" for ::1 at 2015-03-02 00:18:16 -0800 Processing by MessagesController#index as HTML Message Load (0.2ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (3.2ms) DROP TABLE "barfoos"  (2.2ms) CREATE TABLE "barfoos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.6ms) DROP TABLE "bars"  (1.3ms) CREATE TABLE "bars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.7ms) DROP TABLE "foobars"  (1.4ms) CREATE TABLE "foobars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.8ms) DROP TABLE "foos"  (1.1ms) CREATE TABLE "foos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.2ms) DROP TABLE "messages"  (1.2ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) SELECT version FROM "schema_migrations"  (2.3ms) DROP TABLE "barfoos"  (1.2ms) CREATE TABLE "barfoos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.5ms) DROP TABLE "bars"  (1.1ms) CREATE TABLE "bars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (2.0ms) DROP TABLE "foobars"  (1.3ms) CREATE TABLE "foobars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.2ms) DROP TABLE "foos"  (1.1ms) CREATE TABLE "foos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.3ms) DROP TABLE "messages"  (1.3ms) CREATE TABLE "messages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) SELECT version FROM "schema_migrations" Started GET "/messages" for ::1 at 2015-03-02 13:04:44 -0800 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 33ms (Views: 16.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-03-02 13:04:47 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.2ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "hello"], ["created_at", "2015-03-02 21:04:47.239463"], ["updated_at", "2015-03-02 21:04:47.239463"]]  (1.3ms) commit transaction Started GET "/messages" for ::1 at 2015-03-02 13:05:43 -0800 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 28ms (Views: 16.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-03-02 13:05:47 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfdf"], ["created_at", "2015-03-02 21:05:47.204727"], ["updated_at", "2015-03-02 21:05:47.204727"]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-03-02 13:05:51 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/messages/1" for ::1 at 2015-03-02 13:05:54 -0800 Processing by MessagesController#show as HTML Parameters: {"id"=>"1"} Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 1]] Rendered text template (0.0ms) Completed -1 in 13ms (Views: 2.9ms | ActiveRecord: 0.3ms) Started GET "/messages/1" for ::1 at 2015-03-02 13:06:36 -0800 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#show as HTML Parameters: {"id"=>"1"} Message Load (0.2ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 1]] Rendered text template (0.0ms) Completed -1 in 40ms (Views: 17.9ms | ActiveRecord: 0.7ms) Started GET "/messages/1" for ::1 at 2015-03-02 13:06:46 -0800 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#show as HTML Parameters: {"id"=>"1"} Message Load (0.3ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 1]] Rendered text template (0.0ms) Completed -1 in 89ms (Views: 10.1ms | ActiveRecord: 0.9ms) Started GET "/messages/1" for ::1 at 2015-03-02 13:09:05 -0800 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#show as HTML Parameters: {"id"=>"1"} Message Load (0.7ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 1]] Rendered text template (0.1ms) Completed -1 in 43ms (Views: 12.6ms | ActiveRecord: 1.3ms) Started GET "/messages" for ::1 at 2015-03-02 13:09:10 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Completed -1 in 5ms (Views: 3.1ms | ActiveRecord: 0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Started GET "/messages/create" for ::1 at 2015-03-02 13:09:12 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdffd"], ["created_at", "2015-03-02 21:09:12.369529"], ["updated_at", "2015-03-02 21:09:12.369529"]]  (0.9ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 13:09:18 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdfds"], ["created_at", "2015-03-02 21:09:18.442500"], ["updated_at", "2015-03-02 21:09:18.442500"]]  (0.9ms) commit transaction Started GET "/messages" for ::1 at 2015-03-02 13:10:52 -0800 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (0.4ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 32ms (Views: 18.0ms | ActiveRecord: 0.0ms) Started GET "/tasks" for ::1 at 2015-03-02 16:40:07 -0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/tasks"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' puma (2.11.1) lib/puma/server.rb:507:in `handle_request' puma (2.11.1) lib/puma/server.rb:375:in `process_client' puma (2.11.1) lib/puma/server.rb:262:in `block in run' puma (2.11.1) lib/puma/thread_pool.rb:104:in `call' puma (2.11.1) lib/puma/thread_pool.rb:104:in `block in spawn_thread' Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.5ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (15.3ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (63.5ms) Started GET "/messages" for ::1 at 2015-03-02 16:40:11 -0800 Processing by MessagesController#index as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 31ms (Views: 9.4ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-03-02 16:40:14 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "hello"], ["created_at", "2015-03-03 00:40:14.837103"], ["updated_at", "2015-03-03 00:40:14.837103"]]  (1.4ms) commit transaction Started GET "/messages/1/destroy" for ::1 at 2015-03-02 16:40:16 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"1"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (1.2ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 1]]  (1.0ms) commit transaction Started GET "/messages/2/destroy" for ::1 at 2015-03-02 16:40:16 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"2"} Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 2]] Completed -1 in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 2]]  (1.0ms) commit transaction Started GET "/messages/3/destroy" for ::1 at 2015-03-02 16:40:16 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"3"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 3]]  (1.1ms) commit transaction Started GET "/messages/4/destroy" for ::1 at 2015-03-02 16:40:16 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"4"} Rendered text template (0.0ms) Message Load (0.6ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 4]] Completed -1 in 65ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 4]]  (0.9ms) commit transaction Started GET "/messages/5/destroy" for ::1 at 2015-03-02 16:40:16 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"5"} Rendered text template (0.0ms) Completed -1 in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 5]]  (1.3ms) commit transaction Started GET "/messages" for ::1 at 2015-03-02 16:40:31 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (7.1ms) SELECT "messages".* FROM "messages" Completed -1 in 16ms (Views: 14.4ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-03-02 16:40:31 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.4ms) SELECT "messages".* FROM "messages" Completed -1 in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-03-02 16:40:31 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-03-02 16:40:31 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" Completed -1 in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/tasks" for ::1 at 2015-03-02 20:05:47 -0800 ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/tasks"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' puma (2.11.1) lib/puma/server.rb:507:in `handle_request' puma (2.11.1) lib/puma/server.rb:375:in `process_client' puma (2.11.1) lib/puma/server.rb:262:in `block in run' puma (2.11.1) lib/puma/thread_pool.rb:104:in `call' puma (2.11.1) lib/puma/thread_pool.rb:104:in `block in spawn_thread' Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.8ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (15.8ms) Rendered /Users/dennischarleshackethal/.rvm/gems/ruby-2.1.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (65.3ms) Started GET "/messages" for ::1 at 2015-03-02 20:05:49 -0800 Processing by MessagesController#index as HTML Message Load (0.8ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 31ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-03-02 20:05:51 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "dfsfds"], ["created_at", "2015-03-03 04:05:51.367740"], ["updated_at", "2015-03-03 04:05:51.367740"]]  (1.3ms) commit transaction Started GET "/messages/6/destroy" for ::1 at 2015-03-02 20:05:52 -0800 Processing by MessagesController#destroy as HTML Parameters: {"id"=>"6"} Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Message Load (0.5ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) begin transaction SQL (1.1ms) DELETE FROM "messages" WHERE "messages"."id" = ? [["id", 6]]  (1.0ms) commit transaction Started GET "/messages" for ::1 at 2015-03-02 20:06:27 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Completed -1 in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/messages" for ::1 at 2015-03-02 20:18:23 -0800 ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MessagesController#index as HTML Message Load (0.9ms) SELECT "messages".* FROM "messages" Rendered text template (0.0ms) Completed -1 in 28ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started GET "/messages/create" for ::1 at 2015-03-02 20:18:25 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.1ms) begin transaction SQL (2.3ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "dsfdfs"], ["created_at", "2015-03-03 04:18:25.426711"], ["updated_at", "2015-03-03 04:18:25.426711"]]  (0.9ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 20:18:25 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Completed -1 in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Unpermitted parameter: webSocketUrl  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "sdf"], ["created_at", "2015-03-03 04:18:25.900921"], ["updated_at", "2015-03-03 04:18:25.900921"]]  (2.3ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 20:18:26 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "!"], ["created_at", "2015-03-03 04:18:26.782359"], ["updated_at", "2015-03-03 04:18:26.782359"]]  (2.2ms) commit transaction Started GET "/messages/create" for ::1 at 2015-03-02 20:18:27 -0800 Processing by MessagesController#create as HTML Rendered text template (0.0ms) Unpermitted parameter: webSocketUrl Completed -1 in 61ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "messages" ("body", "created_at", "updated_at") VALUES (?, ?, ?) [["body", "!"], ["created_at", "2015-03-03 04:18:27.097185"], ["updated_at", "2015-03-03 04:18:27.097185"]]  (2.2ms) commit transaction Started GET "/messages" for ::1 at 2015-03-02 20:18:28 -0800 Processing by MessagesController#index as HTML Rendered text template (0.0ms) Message Load (0.2ms) SELECT "messages".* FROM "messages" Completed -1 in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)