masukomi · @masukomi
372 followers · 6678 posts · Server connectified.com

Just a General FYI for users of
I believe there is a bug in Mongoid 4.15 that breaks expectations of querying has_and_belongs_to_many relationships. Ticket here:

jira.mongodb.org/browse/MONGOI

#ruby #mongoid #mongodb

Last updated 1 year ago

Nitin · @redknitin
13 followers · 99 posts · Server ruby.social

If you run a NoSQL database for use with on Rails, there's likely first-class support for it - for MongoDB, for DynamoDB, for Cassandra, ...

#ruby #mongoid #dynamoid #cequel

Last updated 1 year ago

Nitin · @redknitin
7 followers · 37 posts · Server ruby.social

So, I finally have Turbo working with in a project. Following the Getting Started instructions for Mongoid, I did a —skip-active-record and —skip-bundle so it never ran a turbo:install (or perhaps it silently failed somewhere in the process?). Prior to running turbo:install manually, I had to add importmap-rails to the Gemfile and run importmap:install .

#mongoid #rails

Last updated 2 years ago

Dmitry Rybakov · @comandeo
7 followers · 7 posts · Server ruby.social

The next version of will be shipped with ActiveRecord-compatible transactions API! Very excited to start working on this feature.

#mongoid

Last updated 2 years ago

Nitin · @redknitin
3 followers · 18 posts · Server ruby.social

When using with , we don’t have to db:migrate because doesn’t need the equivalent of CREATE-TABLE (it auto-creates the collection on inserting)

#mongoid #rails #mongodb

Last updated 2 years ago

Dmitry Rybakov · @comandeo
7 followers · 7 posts · Server ruby.social