Skip to content

Instantly share code, notes, and snippets.

@noel
Created July 17, 2012 16:41
Show Gist options
  • Save noel/3130508 to your computer and use it in GitHub Desktop.
Save noel/3130508 to your computer and use it in GitHub Desktop.
ActionView::Template::Error (invalid byte sequence in UTF-8):
18: - @report.grid.details.each do |field|
19: %tr
20: %td{style: "width: 30%;"}= field
21: %td= row[field]
22:
23: .pull-right
24: = will_paginate @report.data
app/views/reports/_grid.html.haml:21:in `block (2 levels) in _app_views_reports__grid_html_haml___506165555_86852150'
app/views/reports/_grid.html.haml:18:in `each'
app/views/reports/_grid.html.haml:18:in `block in _app_views_reports__grid_html_haml___506165555_86852150'
app/views/reports/_grid.html.haml:9:in `_app_views_reports__grid_html_haml___506165555_86852150'
app/views/reports/show.html.haml:3:in `block in _app_views_reports_show_html_haml___246175966_81881490'
app/helpers/bootstrap_helper.rb:18:in `block_body'
app/helpers/bootstrap_helper.rb:44:in `block_with_search'
app/views/reports/show.html.haml:1:in `_app_views_reports_show_html_haml___246175966_81881490'
app/controllers/reports_controller.rb:5:in `show'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment