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

Support Mongoid 5. #11

Merged
merged 1 commit into from
Sep 25, 2015
Merged

Support Mongoid 5. #11

merged 1 commit into from
Sep 25, 2015

Conversation

dblock
Copy link
Collaborator

@dblock dblock commented Sep 25, 2015

Now that delayed_job_mongoid supports it. No real changes here.

dblock added a commit that referenced this pull request Sep 25, 2015
@dblock dblock merged commit 22e5819 into mongoid:master Sep 25, 2015
@dblock dblock deleted the mongoid-5 branch September 25, 2015 11:35
@@ -5,7 +5,7 @@ delayed_job_shallow_mongoid

This library short-circuits serialization of [Mongoid](http://mongoid.org) model instances when a delayed job is called on them, or when they're passed as arguments to a delayed job. Rather than generate and store the fully-serialized YAML, a simple stub is stored. When the job is run, the stub is recognized and a `find` is done to look up the underlying document. If a referenced model isn't found at this point, the job simply does nothing.

This gem supports Mongoid 3.x and 4.x.
This gem supports Mongoid 3.x, 4.x and 5.x.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Impressive

@joeyAghion
Copy link
Collaborator

Want me to bump the version and release?

@dblock
Copy link
Collaborator Author

dblock commented Sep 25, 2015

I'm on this.

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