Skip to content

Instantly share code, notes, and snippets.

@jc00ke
Created November 14, 2012 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jc00ke/4073864 to your computer and use it in GitHub Desktop.
Save jc00ke/4073864 to your computer and use it in GitHub Desktop.
rbx TZ issue with bson
10:24:58 jesse@chino:~ ruby-1.9.3-p327
$> ruby -rbson -e 'puts BSON::ObjectId.new.generation_time.zone'
**Notice: C extension not loaded. This is required for optimum MongoDB Ruby driv
er 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.
UTC
10:25:20 jesse@chino:~ rbx-head
$> ruby -rbson -e 'puts BSON::ObjectId.new.generation_time.zone'
**Notice: C extension not loaded. This is required for optimum MongoDB Ruby driv
er 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.
GMT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment