I can\'t get MongoMapper to work with my Rails app. I get this error message:
**Notice: C extension not loaded. This is required for optimum MongoDB Ruby driver performa
Install bson_ext using:
bson_ext
gem install bson_ext
Add the gem to your Gemfile:
Gemfile
gem 'bson_ext'
Run bundle in your project root level directory.
bundle