Skip to content

Instantly share code, notes, and snippets.

@therealechan
Created March 10, 2015 05:53
Show Gist options
  • Select an option

  • Save therealechan/d5dcc88abe61fb8fc693 to your computer and use it in GitHub Desktop.

Select an option

Save therealechan/d5dcc88abe61fb8fc693 to your computer and use it in GitHub Desktop.
invalid byte sequence in US-ASCII (ArgumentError)
rake aborted!
/home/me/.rvm/gems/ruby-1.9.3-p392/gems/rake-10.0.4/lib/rake/trace_output.rb:16:in `block in trace_on': invalid byte sequence in US-ASCII (ArgumentError)

If you got this error

checkout your your custom initializers, your database.yml, etc

add

#encoding: utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment