Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.
Encoding::CompatibilityError in Timeline#list
Showing app/views/timeline/list.html.erb where line #100 raised:
incompatible character encodings: ASCII-8BIT and UTF-8
Extracted source (around line #100):
97: <%= render :partial => 'activities/log_row', :locals => { :log => log } %>
98: <% else %>
99: <% if log.target_type == 'WorkLog' %>
100: <%= render :partial => 'activities/log_row', :locals => { :log => @worklogs[log.target_id] } %>
101: <% else %>
102: <%= render :partial => 'activities/other_row', :locals => {:log => log } %>
103: <% end %>
RAILS_ROOT: /srv/http/clockingit
Application Trace | Framework Trace | Full Trace
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/core_ext/string/output_safety.rb:34:in `concat'
/usr/lib/ruby/gems/1.9.1/gems/activesupport-2.3.5/lib/active_support/core_ext/string/output_safety.rb:34:in `concat_with_safety'
/srv/http/clockingit/app/views/timeline/list.html.erb:100:in `block in _run_erb_app47views47timeline47list46html46erb'
/srv/http/clockingit/app/views/timeline/list.html.erb:84:in `each'
/srv/http/clockingit/app/views/timeline/list.html.erb:84:in `_run_erb_app47views47timeline47list46html46erb'
...
1 to 6 of 6