Guest User

Untitled

a guest
Jul 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. Processing ApplicationController#index (for 127.0.0.1 at 2009-12-24 15:51:40) [GET]
  2.  
  3. ActionController::RoutingError (No route matches "/images/grid/bottom.jpg" with {:method=>:get, :subdomain=>"www"}):
  4. app/middleware/flash_session_cookie_middleware.rb:17:in `call'
  5. app/middleware/production_images_download.rb:14:in `call'
  6.  
  7. Rendering rescues/layout (not_found)
  8. SQL (0.2ms) SET NAMES 'utf8'
  9. SQL (0.1ms) SET SQL_AUTO_IS_NULL=0
  10. Game Columns (1.5ms) SHOW FIELDS FROM `games`
  11. User Columns (1.4ms) SHOW FIELDS FROM `users`
  12. Post Columns (1.5ms) SHOW FIELDS FROM `posts`
  13. Comment Columns (7.9ms) SHOW FIELDS FROM `comments`
  14. Clan Columns (16.8ms) SHOW FIELDS FROM `clans`
  15. Post::Category Columns (0.7ms) SHOW FIELDS FROM `post_categories`
  16. Tag Columns (11.2ms) SHOW FIELDS FROM `tags`
  17. Production images downloader started
  18. SQL (0.1ms) SET NAMES 'utf8'
  19. SQL (0.6ms) SET SQL_AUTO_IS_NULL=0
  20. Game Columns (1.5ms) SHOW FIELDS FROM `games`
  21. User Columns (1.4ms) SHOW FIELDS FROM `users`
  22. Post Columns (1.5ms) SHOW FIELDS FROM `posts`
  23. Comment Columns (1.0ms) SHOW FIELDS FROM `comments`
  24. Clan Columns (1.0ms) SHOW FIELDS FROM `clans`
  25. Post::Category Columns (9.3ms) SHOW FIELDS FROM `post_categories`
  26. Tag Columns (0.7ms) SHOW FIELDS FROM `tags`
  27. Production images downloader started
  28.  
  29.  
  30. Processing ClansController#show (for 127.0.0.1 at 2009-12-24 15:51:57) [GET]
  31. Parameters: {"action"=>"show", "id"=>"search", "q"=>"", "controller"=>"clans"}
  32. User Load (0.1ms) SELECT * FROM `users` WHERE (`users`.`id` = 2083) AND (users.state = 'active') LIMIT 1
  33. Role Load (0.1ms) SELECT `roles`.*, t0.user_id as the_parent_record_id FROM `roles` INNER JOIN `roles_users` t0 ON `roles`.id = t0.role_id WHERE (t0.user_id = 2083)
  34. Role Columns (3.3ms) SHOW FIELDS FROM `roles`
  35. User::Profile Load (0.1ms) SELECT `user_profiles`.* FROM `user_profiles` WHERE (`user_profiles`.user_id = 2083)
  36. User::Profile Columns (2.2ms) SHOW FIELDS FROM `user_profiles`
  37. Clan Load (10.2ms) SELECT * FROM `clans` WHERE (`clans`.`id` = 0)
  38.  
  39. ActiveRecord::RecordNotFound (Couldn't find Clan with ID=search):
  40. app/controllers/clans_controller.rb:16:in `show'
  41. app/middleware/flash_session_cookie_middleware.rb:17:in `call'
  42. app/middleware/production_images_download.rb:14:in `call'
  43.  
  44. Rendered rescues/_trace (405.0ms)
  45. Rendered rescues/_request_and_response (0.5ms)
  46. Rendering rescues/layout (not_found)
Add Comment
Please, Sign In to add comment