When using the Heroku and MongoLabs for running this application, we're getting failure when trying to authenticate the user.
2015-11-22T20:41:58.936994+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.1.0/gems/mongo-1.11.1/lib/mongo/connection/pool.rb:320:in `block in check_auths'
2015-11-22T20:41:58.936996+00:00 app[web.1]: from /app/vendor/ruby-2.1.5/lib/ruby/2.1.0/set.rb:263:in `each'
2015-11-22T20:41:58.936931+00:00 app[web.1]: /app/vendor/bundle/ruby/2.1.0/gems/mongo-1.11.1/lib/mongo/functional/authentication.rb:205:in `issue_authentication': Failed to authenticate user
This doesn't reproduce locally, most likely due to differences in the mongo versions. I'm running mongo v3.0.6 locally.
Has anyone else been experiencing this issue?