Attempting to start the WEBrick server on a Rails 3 / Ruby 1.9.1 with Mongoid errors with:
"MongoDB 1.4.0 not supported, please upgrade to 1.6.0 (Mongoid::Errors::UnsupportedVersion)"
... but mongo --version:
MongoDB shell version: 1.6.1
Anyone else seen this?
Pretty new to Ruby so apologies if I'm asking a stupid question!