Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1.  
  2. 2011-02-17 01:34:29 [INFO ] Started GET "/reviews/ryobi-4-12-angle-grinder-with-rotating-rear-handle-ag452k" for 174.35.244.199 at 2011-02-17 01:34:29 +0000 (pid:22632)
  3. 2011-02-17 01:34:30 [INFO ] Processing by ProductsController#show as */* (pid:22632)
  4. 2011-02-17 01:34:30 [INFO ] Parameters: {"id"=>"ryobi-4-12-angle-grinder-with-rotating-rear-handle-ag452k"} (pid:22632)
  5. 2011-02-17 01:34:30 [INFO ] Rendered partials/global/_share_links.haml (3.7ms) (pid:22632)
  6. 2011-02-17 01:34:30 [INFO ] Rendered products/partials/_more-images.html.haml (0.8ms) (pid:22632)
  7. 2011-02-17 01:34:30 [INFO ] Rendered products/partials/_add_more_images.html.erb (1.9ms) (pid:22632)
  8. 2011-02-17 01:34:30 [INFO ] Rendered products/partials/tabs/_overview.html.haml (11.7ms) (pid:22632)
  9. 2011-02-17 01:34:30 [INFO ] Rendered products/partials/tabs/_description.html.erb (0.1ms) (pid:22632)
  10. 2011-02-17 01:34:30 [INFO ] Rendered products/partials/tabs/_specs.html.erb (1.4ms) (pid:22632)
  11. 2011-02-17 01:34:30 [INFO ] Rendered products/partials/tabs/_wheretobuy.html.erb (0.1ms) (pid:22632)
  12. 2011-02-17 01:34:30 [INFO ] Rendered products/partials/_create-review-form.html.haml (11.5ms) (pid:22632)
  13. 2011-02-17 01:34:30 [INFO ] Rendered products/partials/tabs/_tabsbottom.html.haml (11.9ms) (pid:22632)
  14. 2011-02-17 01:34:30 [INFO ] Rendered products/partials/_progressbar.html.erb (0.1ms) (pid:22632)
  15. 2011-02-17 01:34:30 [INFO ] Rendered products/partials/_more_tags.html.erb (1.1ms) (pid:22632)
  16. 2011-02-17 01:34:30 [INFO ] Rendered products/show.html.haml within layouts/application (35.3ms) (pid:22632)
  17. 2011-02-17 01:34:30 [INFO ] Completed in 42ms (pid:22632)
  18.  
  19. ActionView::Template::Error (No route matches {:action=>"show", :controller=>"tags", :id=>"1/2\""}):
  20. 41:
  21. 42: %ul
  22. 43: - @product.tags.each do |t|
  23. 44: %li= link_to t.name, tag_path(t.name)
  24. 45: .clear
  25. 46:
  26. 47:
  27. app/views/products/show.html.haml:44:in `block in _app_views_products_show_html_haml___4219826796756144086_58616860__1004549887542769912'
  28. app/views/products/show.html.haml:43:in `_app_views_products_show_html_haml___4219826796756144086_58616860__1004549887542769912'
  29. app/middleware/flash_session_cookie_middleware.rb:16:in `call'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement