Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. A ActionView::Template::Error occurred in controller_name#action_name:
  2.  
  3. incompatible character encodings: UTF-8 and ASCII-8BIT
  4. activesupport (3.0.5) lib/active_support/core_ext/string/output_safety.rb:80:in `concat'
  5.  
  6. activesupport (3.0.5) lib/active_support/core_ext/string/output_safety.rb:80:in `concat'
  7. activesupport (3.0.5) lib/active_support/core_ext/string/output_safety.rb:80:in `concat'
  8. actionpack (3.0.5) lib/action_view/template/handlers/erb.rb:14:in `<<'
  9. app/views/web/controller_name/action_name.erb:98
  10. <%currentUrl = request.url%>
  11. Line 98: <a href="<%= raw currentUrl %>" id="xyz">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement