Skip to content

Instantly share code, notes, and snippets.

@incorvia
Created September 16, 2011 03:26
Show Gist options
  • Save incorvia/1221131 to your computer and use it in GitHub Desktop.
Save incorvia/1221131 to your computer and use it in GitHub Desktop.
Production.log
Started GET "/users" for 71.174.139.102 at 2011-09-16 07:16:06 +0400
Processing by UsersController#index as HTML
Completed 500 Internal Server Error in 2ms
ActiveRecord::StatementInvalid (Mysql2::Error: Table 'kdot.users' doesn't exist: SHOW FIELDS FROM `users`):
app/controllers/users_controller.rb:5:in `index'
Started GET "/users" for 71.174.139.102 at 2011-09-16 07:19:47 +0400
Processing by UsersController#index as HTML
Completed 500 Internal Server Error in 3ms
ActiveRecord::StatementInvalid (Mysql2::Error: Table 'kdot.users' doesn't exist: SHOW FIELDS FROM `users`):
app/controllers/users_controller.rb:5:in `index'
Started GET "/users" for 71.174.139.102 at 2011-09-16 07:21:52 +0400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment