Replies inline:
> Right. I'll try it this evening.
>
> What does :lib => false mean?
This tells rails to not auto-load the library. You shouldn't need to
auto-load the extension since it will be required explicitly by the
'mongo' gem.
> And what gem/plugin/thing adds the rake task gem:install_extensions?
This is a task in the Rakefile that ships with mongo-ruby-driver. So
you'd only use this if you're installing the extension gem manually,
from source. It's really just an alias for gem build, gem install.