I try to use just ruby without rails. But like to have mongoid gem in order to use several methods.
By include installed mogoid gem together with mogod and others required setup for mongoid, my ruby app still not able to use mogoid method like: find_or_create_by.
- Can I use mongoid without create all with rails
- How to setup ?