We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ruby 1.9.3-p125 with rails 3.2.7
after finsih bundle install, and add highcart js to app/assets/javascripts/application.js //= require highcharts
test and with this error:
vendor/assets/javascripts/highcharts.js has a invalid UTF-8 byte sequence
The text was updated successfully, but these errors were encountered:
https://gist.github.com/1301199/a19adcb7687f2adfc927c9e8da3d716960833797
Check asset encoding for valid UTF-8
Sorry, something went wrong.
After do that rake assets:check, got the invalid encoding:
Invalid encoding: /vendor/assets/javascripts/highcharts.js
@brucebot sign,this is reproduce bug.i will update asap.
fix rails generator bug michelson#85
6e82d67
No branches or pull requests
Ruby 1.9.3-p125 with rails 3.2.7
after finsih bundle install, and add highcart js to app/assets/javascripts/application.js //= require highcharts
test and with this error:
vendor/assets/javascripts/highcharts.js has a invalid UTF-8 byte sequence
The text was updated successfully, but these errors were encountered: