I am a neophyte in this topics. I have been trying to install and run MongoDB on my Windows OS.I installed MongoId
rails g mongoid:config
The above command is not creating config File. I created the file manually.I skipped the ActionController gem During Creation of App.To use mongoId Config file in rails app.
But,I am not sure how to start server in mongoDB. And insert Into it in Rails application.In most of the Blog Post they jumped out of this step.
The Documentation in MongoDB is not clear.Please,Help me in correct installation and starting,inserting and retrieving data from MongoDB in rails application on Windows OS.