Redmine/app
Toshi MARUYAMA 3511292a17 Ruby 1.9: add "encoding: utf-8" header at application_helper.rb
Following error raises in case that time log has non ASCII comments.

<pre>
ActionView::TemplateError (incompatible character encodings: UTF-8 and ASCII-8BIT)
 on line #5 of app/views/timelog/index.html.erb:
3: </div>
4:
5: <%= render_timelog_breadcrumb %>
6:
7: <h2><%= l(:label_spent_time) %></h2>

    app/helpers/application_helper.rb:407:in `join'
    app/helpers/application_helper.rb:407:in `breadcrumb'
    app/helpers/timelog_helper.rb:32:in `render_timelog_breadcrumb'
    app/views/timelog/index.html.erb:5
</pre>

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7803 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-11-13 13:56:20 +00:00
..
controllers pdf: add a new feature to export wiki pdf (#401) 2011-11-06 10:49:09 +00:00
helpers Ruby 1.9: add "encoding: utf-8" header at application_helper.rb 2011-11-13 13:56:20 +00:00
models Fixed: copied private queries not visible after project copy (#9520). 2011-11-11 17:33:02 +00:00
views pdf: add a new feature to export wiki pdf (#401) 2011-11-06 10:49:09 +00:00