Advertisement
emaillenin

Untitled

Jun 22nd, 2013
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1.  
  2. Sprockets::Helpers::RailsHelper::AssetPaths::AssetNotPrecompiledError in Home#index
  3.  
  4. Showing /var/emaillenin/rails/card/app/views/layouts/application.html.erb where line #5 raised:
  5.  
  6. application.css isn't precompiled
  7.  
  8. Extracted source (around line #5):
  9.  
  10. 2: <html>
  11. 3: <head>
  12. 4: <title>Card</title>
  13. 5: <%= stylesheet_link_tag "application", :media => "all" %>
  14. 6: <%= javascript_include_tag "application" %>
  15. 7: <%= csrf_meta_tags %>
  16. 8: </head>
  17.  
  18. Rails.root: /var/emaillenin/rails/card
  19. Application Trace | Framework Trace | Full Trace
  20.  
  21. app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__213959052825987150_28329000'
  22.  
  23. Request
  24.  
  25. Parameters:
  26.  
  27. None
  28.  
  29. Show session dump
  30.  
  31. Show env dump
  32. Response
  33.  
  34. Headers:
  35.  
  36. None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement