サーバーが会社内にあるサイトで Twitter ウィジェットを使用しようとしているため、プロキシの背後にあります。
ソースアドレスに到達できないため、提供されたコードを直接使用することはできません。
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
この問題を回避できるようにjsのローカルコピーを作成できるかどうか疑問に思っていましたが、そうすると次のようになります。
ActionView::WrongEncodingError in Home#index
Your template was not saved as valid UTF-8. Please either specify UTF-8 as the encoding for your template in your text editor, or mark the template with its encoding by inserting the following as the first line of the template:
# encoding: <name of correct encoding>.
しかし、エンコーディングはすでに設定されています。
私は本当にこのようなもので本当に初心者です。助けてください。