Created
May 25, 2011 20:46
-
-
Save windhamdavid/991912 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tarted POST "/games/2/moves" for 192.168.0.15 at 2011-05-25 16:43:32 -0400 | |
Processing by MovesController#create as JS | |
Parameters: {"move"=>"jj", "after"=>"0", "game_id"=>"2"} | |
User Load (0.4ms) SELECT `users`.* FROM `users` WHERE (`users`.`token` = 'WS2zkirI5qnSZk5I') LIMIT 1 | |
SQL (0.2ms) BEGIN | |
AREL (0.3ms) UPDATE `users` SET `last_request_at` = '2011-05-25 20:43:32', `updated_at` = '2011-05-25 20:43:32' WHERE (`users`.`id` = 2) | |
SQL (1.1ms) COMMIT | |
Game Load (1.7ms) SELECT `games`.* FROM `games` WHERE (`games`.`id` = 2) LIMIT 1 | |
Completed in 195ms | |
Errno::EPIPE (Broken pipe): | |
lib/game_engine.rb:7:in `run' | |
lib/game_engine.rb:17:in `update_game_attributes_with_move' | |
app/models/game.rb:107:in `move' | |
app/controllers/moves_controller.rb:9:in `create' | |
Rendered /Users/david/.rvm/gems/ruby-1.9.2-p180@govsgo/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) | |
Rendered /Users/david/.rvm/gems/ruby-1.9.2-p180@govsgo/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.5ms) | |
Rendered /Users/david/.rvm/gems/ruby-1.9.2-p180@govsgo/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.7ms) | |
Started POST "/games/2/moves" for 192.168.0.15 at 2011-05-25 16:43:33 -0400 | |
Processing by MovesController#create as JS | |
Parameters: {"move"=>"jj", "after"=>"0", "game_id"=>"2"} | |
User Load (0.4ms) SELECT `users`.* FROM `users` WHERE (`users`.`token` = 'WS2zkirI5qnSZk5I') LIMIT 1 | |
SQL (0.2ms) BEGIN | |
AREL (0.3ms) UPDATE `users` SET `last_request_at` = '2011-05-25 20:43:33', `updated_at` = '2011-05-25 20:43:33' WHERE (`users`.`id` = 2) | |
SQL (0.7ms) COMMIT | |
Game Load (1.5ms) SELECT `games`.* FROM `games` WHERE (`games`.`id` = 2) LIMIT 1 | |
Completed in 186ms | |
Errno::EPIPE (Broken pipe): | |
lib/game_engine.rb:7:in `run' | |
lib/game_engine.rb:17:in `update_game_attributes_with_move' | |
app/models/game.rb:107:in `move' | |
app/controllers/moves_controller.rb:9:in `create' | |
Rendered /Users/david/.rvm/gems/ruby-1.9.2-p180@govsgo/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) | |
Rendered /Users/david/.rvm/gems/ruby-1.9.2-p180@govsgo/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.8ms) | |
Rendered /Users/david/.rvm/gems/ruby-1.9.2-p180@govsgo/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.5ms) | |
Started POST "/games/2/moves" for 192.168.0.15 at 2011-05-25 16:43:34 -0400 | |
Processing by MovesController#create as JS | |
Parameters: {"move"=>"jj", "after"=>"0", "game_id"=>"2"} | |
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE (`users`.`token` = 'WS2zkirI5qnSZk5I') LIMIT 1 | |
SQL (0.2ms) BEGIN | |
AREL (0.4ms) UPDATE `users` SET `last_request_at` = '2011-05-25 20:43:34', `updated_at` = '2011-05-25 20:43:34' WHERE (`users`.`id` = 2) | |
SQL (0.7ms) COMMIT | |
Game Load (1.4ms) SELECT `games`.* FROM `games` WHERE (`games`.`id` = 2) LIMIT 1 | |
Completed in 171ms | |
Errno::EPIPE (Broken pipe): | |
lib/game_engine.rb:7:in `run' | |
lib/game_engine.rb:17:in `update_game_attributes_with_move' | |
app/models/game.rb:107:in `move' | |
app/controllers/moves_controller.rb:9:in `create' | |
Rendered /Users/david/.rvm/gems/ruby-1.9.2-p180@govsgo/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) | |
Rendered /Users/david/.rvm/gems/ruby-1.9.2-p180@govsgo/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.9ms) | |
Rendered /Users/david/.rvm/gems/ruby-1.9.2-p180@govsgo/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.6ms) | |
Started GET "/games/2.sgf" for 192.168.0.15 at 2011-05-25 16:43:35 -0400 | |
Processing by GamesController#sgf as | |
Parameters: {"id"=>"2"} | |
User Load (0.4ms) SELECT `users`.* FROM `users` WHERE (`users`.`token` = 'WS2zkirI5qnSZk5I') LIMIT 1 | |
SQL (0.2ms) BEGIN | |
AREL (0.4ms) UPDATE `users` SET `last_request_at` = '2011-05-25 20:43:35', `updated_at` = '2011-05-25 20:43:35' WHERE (`users`.`id` = 2) | |
SQL (0.7ms) COMMIT | |
Game Load (1.4ms) SELECT `games`.* FROM `games` WHERE (`games`.`id` = 2) LIMIT 1 | |
User Load (0.4ms) SELECT `users`.* FROM `users` WHERE (`users`.`id` = 2) LIMIT 1 | |
Rendered text template (0.0ms) | |
Completed 200 OK in 216ms (Views: 45.7ms | ActiveRecord: 3.5ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment