Guest User

Untitled

a guest
Oct 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ## Logs, dont know why I have this favicon issue
  2.  
  3. Started GET "/users/favicon.ico" for 127.0.0.1 at 2011-08-24 09:44:50 +0700
  4. Processing by UsersController#show as
  5. Parameters: {"id"=>"favicon"}
  6. SQL (1.0ms) SELECT name
  7. FROM sqlite_master
  8. WHERE type = 'table' AND NOT name = 'sqlite_sequence'
  9. SQL (0.3ms) SELECT name
  10. FROM sqlite_master
  11. WHERE type = 'table' AND NOT name = 'sqlite_sequence'
  12.  
  13. User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 0 LIMIT 1
  14. Completed 404 Not Found in 114ms
  15.  
  16. ActiveRecord::RecordNotFound (Couldn't find User with ID=favicon):
  17.  
  18.  
  19. Rendered /Users/ndgiang84/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  20. Rendered /Users/ndgiang84/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.1ms)
  21. Rendered /Users/ndgiang84/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.1ms)
Add Comment
Please, Sign In to add comment