You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some systems, such as Linux, you need to manually set the encoding. If you don't do that, merging on filenames with special characters will fail with a java.io.IOEXception (not found as file or resource).
I added this line to my environments/production.rb to fix the problem:
ENV["LC_ALL"] = "en_US.utf8"
== License
Copyright 2010-12 Paul Schreiber. Released under the MIT License.