デフォルトのスタートページが表示される新しい Ruby on Rails インストールがあります。
MongoDB を Rails にインストールするために、このガイドに従いました。
実行時に次のエラーが表示されますrake test
。
**Notice: C extension not loaded. This is required for optimum MongoDB Ruby driver performance.
You can install the extension as follows:
gem install bson_ext
If you continue to receive this message after installing, make sure that the
bson_ext gem is in your load path and that the bson_ext and mongo gems are of the same version.
bson_ext gem をインストールしました。これは、bson_ext がロード パスにないか、gem が同じバージョンではないことを意味します。
ロードパスはどこですか?どうすれば変更できますか?gem が同じバージョンかどうかを確認するにはどうすればよいですか?