Created
May 25, 2011 20:18
-
-
Save windhamdavid/991837 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
Started GET "/" for 192.168.0.15 at 2011-05-25 16:13:40 -0400 | |
Processing by GamesController#index as HTML | |
Game Load (0.7ms) SELECT `games`.* FROM `games` ORDER BY updated_at desc LIMIT 5 OFFSET 0 | |
Mysql2::Error: Table 'govsgo_dev.games' doesn't exist: SELECT `games`.* FROM `games` ORDER BY updated_at desc LIMIT 5 OFFSET 0 | |
Completed in 121ms | |
ActiveRecord::StatementInvalid (Mysql2::Error: Table 'govsgo_dev.games' doesn't exist: SELECT `games`.* FROM `games` ORDER BY updated_at desc LIMIT 5 OFFSET 0): | |
app/controllers/games_controller.rb:7:in `index' | |
Rendered /Users/david/.rvm/gems/ruby-1.9.2-p180@govsgo/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) | |
Game Load (0.4ms) SELECT `games`.* FROM `games` ORDER BY updated_at desc | |
Mysql2::Error: Table 'govsgo_dev.games' doesn't exist: SELECT `games`.* FROM `games` ORDER BY updated_at desc | |
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 (4.1ms) | |
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 (10.5ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment