This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Description
I cannot connect to a staging database instance that is hosted on compose.io.
Here is what I get:
mongohq_url = "mongodb://bdnelson:[email protected]:18111,aws-us-west-2-portal.1.dblayer.com:18111/admin?authSource=admin&ssl=false"
[15] pry(main)> db.collection_names.each{|name| puts name }
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
MONGODB | end of file reached
Anytime I do .save I get the same error.
I do not get this error locally.
What is this error?