Alot of UTF8 Encoding Error
Created by: mikedube-
While trying to read a commit, sometime (and more often), 500 server error pop.
Logs says:
Completed 500 Internal Server Error in 189ms
ActionView::Template::Error (incompatible character encodings: UTF-8 and ASCII-8BIT):
1: %h3
2: = "[ #{@commit.author_name} ] #{truncate(@commit.safe_message, :length => 70)}"
3: -#= link_to 'Back', project_commits_path(@project), :class => "button"
4: %table.round-borders
app/views/commits/show.html.haml:1:in _app_views_commits_show_html_haml__752351623621984056_70160208968800' app/controllers/commits_controller.rb:35:in
show'