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 79,047+ developers who get early access to new tutorials, screencasts, articles, and more.

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

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2023 GoRails, LLC. All rights reserved.