5.0-stable creating wiki page fails with error 500 Encoding::UndefinedConversionError
Created by: milokmet
Hi I installed 5.0 stable and I found that I can't create a wiki page. It fails with error 500 and in the production log there is message:
Started POST "/enviroza/enviroza/wikis" for localhost at 2013-04-22 20:46:01 +0200 Processing by WikisController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"deletedtoken=", "wiki"=>{"title"=>"home", "format"=>"markdown", "content"=>"test", "message"=>""}, "project_id"=>"enviroza/enviroza"} Completed 500 Internal Server Error in 49ms
Encoding::UndefinedConversionError ("\x9C" from ASCII-8BIT to UTF-8):
app/models/gollum_wiki.rb:74:in create_page' app/models/wiki_page.rb:168:in
save'
app/models/wiki_page.rb:127:in create' app/controllers/wikis_controller.rb:44:in
create'