500 error on some commit pages
Created by: nikolaykasyanov
I'm on ae416a76
ActionView::Template::Error (incompatible character encodings: UTF-8 and ASCII-8BIT):
18: = render "commits/diffs", :diffs => @commit.diffs
19: = render "notes/notes"
20: = render "notes/per_line_form"
21:
22:
23: :javascript
24: $(document).ready(function(){
app/views/commits/show.html.haml:21:in `_app_views_commits_show_html_haml__153615497_92553500'
app/controllers/commits_controller.rb:33:in `show'