Just a General FYI for #Ruby users of #Mongoid
I believe there is a bug in Mongoid 4.15 that breaks expectations of querying has_and_belongs_to_many relationships. Ticket here:
So, I finally have Turbo working with #Mongoid in a #Rails 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 .
The next version of #mongoid will be shipped with ActiveRecord-compatible transactions API! Very excited to start working on this feature.
Mongoid 7.5.2 released - https://github.com/mongodb/mongoid/releases/tag/v7.5.2 #mongoid #mongodb