RailsCasts Pro episodes are now free!

Learn more or hide this

caiolufer's Profile

GitHub User: caiolufer

Comments by

Avatar

I'm having problems to show the tickets after pop3 ativation.

Encoding::CompatibilityError in Tickets#index

Showing /home/caio/RubymineProjects/tickets/app/views/tickets/index.html.erb where line #17 raised:

incompatible character encodings: UTF-8 and ASCII-8BIT
Extracted source (around line #17):

14:
15: <%= ticket.Subject %>
16: <%= ticket.From %>
17: <%= ticket.Body %>
18: <%= link_to 'Show', ticket %>
19: <%= link_to 'Edit', edit_ticket_path(ticket) %>
20: <%= link_to 'Destroy', ticket, method: :delete, data: { confirm: 'Are you sure?' } %>
Rails.root: /home/caio/RubymineProjects/tickets

Application Trace | Framework Trace | Full Trace
app/views/tickets/index.html.erb:17:in block in _app_views_tickets_index_html_erb___2407065071369385486_24584740'
app/views/tickets/index.html.erb:13:in
each'
app/views/tickets/index.html.erb:13:in _app_views_tickets_index_html_erb___2407065071369385486_24584740'
app/controllers/tickets_controller.rb:7:in
index'

I'm googling a lot but I've found nothing...