Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongoid breaking change (>= 5.2) fix #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tvarley
Copy link

@tvarley tvarley commented Aug 28, 2017

Mongoid introduced a breaking change in version >= 5.2

See Mongoid Bug Report: https://jira.mongodb.org/browse/MONGOID-4461

This small hack fix changes the Mongoid API call:

if mongoid >= 5.2
out(inline: 1
else
out(inline: true

@rmm5t
Copy link

rmm5t commented Aug 3, 2020

I know this project is somewhat dated, but I just came upon a legacy project that relies on this gem and also needs to upgrade their version of Mongoid. It would be great if we could get this merged and a new release shipped.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants