Skip to content

Instantly share code, notes, and snippets.

@incorvia
Created September 16, 2011 03:36
Show Gist options
  • Save incorvia/1221138 to your computer and use it in GitHub Desktop.
Save incorvia/1221138 to your computer and use it in GitHub Desktop.
Production.log
Started GET "/users" for 71.174.139.102 at 2011-09-16 07:22:11 +0400
Processing by UsersController#index as HTML
Completed 500 Internal Server Error in 1ms
ActiveRecord::StatementInvalid (Mysql2::Error: Table 'kdot.users' doesn't exist: SHOW FIELDS FROM `users`):
app/controllers/users_controller.rb:5:in `index'
Migrating to CreateUsers (20110915234605)
Started GET "/users" for 71.174.139.102 at 2011-09-16 07:30:55 +0400
Processing by UsersController#index as HTML
Rendered users/index.html.erb within layouts/application (20.7ms)
Completed 500 Internal Server Error in 161ms
ActionView::Template::Error (application.css isn't precompiled):
2: <html>
3: <head>
4: <title>Kdot</title>
5: <%= stylesheet_link_tag "application" %>
6: <%= javascript_include_tag "application" %>
7: <%= csrf_meta_tags %>
8: </head>
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__909156269658206094_172601160'
app/controllers/users_controller.rb:7:in `index'
Started GET "/users" for 71.174.139.102 at 2011-09-16 07:32:35 +0400
Processing by UsersController#index as HTML
Rendered users/index.html.erb within layouts/application (12.7ms)
Completed 500 Internal Server Error in 134ms
ActionView::Template::Error (application.css isn't precompiled):
2: <html>
3: <head>
4: <title>Kdot</title>
5: <%= stylesheet_link_tag "application" %>
6: <%= javascript_include_tag "application" %>
7: <%= csrf_meta_tags %>
8: </head>
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___3078330921356769243_277459760'
app/controllers/users_controller.rb:7:in `index'
Started GET "/assets/rails.png" for 71.174.139.102 at 2011-09-16 07:32:38 +0400
Served asset /rails.png - 304 Not Modified (3ms)
Started GET "/rails/info/properties" for 71.174.139.102 at 2011-09-16 07:32:40 +0400
ActionController::RoutingError (No route matches [GET] "/rails/info/properties"):
Started GET "/assets/rails.png" for 71.174.139.102 at 2011-09-16 07:32:38 +0400
Served asset /rails.png - 304 Not Modified (3ms)
Started GET "/rails/info/properties" for 71.174.139.102 at 2011-09-16 07:32:40 +0400
ActionController::RoutingError (No route matches [GET] "/rails/info/properties"):
Started GET "/assets/rails.png" for 71.174.139.102 at 2011-09-16 07:32:43 +0400
Served asset /rails.png - 304 Not Modified (0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment