Ask A Question

Notifications

You’re not receiving notifications from this thread.

Rails mongoid connection to remote cluster

sommer bareen asked in Rails

I am trying to make a rails 4 application with mongodb (skipping active record). I created a cluster on https://cloud.mongodb.com, which has three hosts. The cluster is accessible in the Mongo Shell, how can I access it in rails mongoid.yml.

mongodb://sommer:DYazhDSxwgWWvD00@cluster0-shard-00-00-i1dxi.mongodb.net:27017,cluster0-shard-00-01-i1dxi.mongodb.net:27017,cluster0-shard-00-02-i1dxi.mongodb.net:27017/test?ssl=true&replicaSet=Cluster0-shard-0&authSource=admin

this is where i created the cluster and it is public.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 84,387+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.