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 HEAD Compatibility #2

Merged
merged 2 commits into from
Oct 24, 2016
Merged

Mongoid HEAD Compatibility #2

merged 2 commits into from
Oct 24, 2016

Conversation

phyllisstein
Copy link
Contributor

Updates the dependency on rails-observers and tests the Mongoid functionality against Mongoid HEAD (v6). Bumping these dependencies will facilitate work on digitalplaywright/mongoid-slug to add compatibility for Mongoid 6.

@@ -18,7 +18,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "rails-observers", "~> 0.1.2"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This gem entirely depends on rails-observers. Remove this line, the gem user needs to add this gem manually in their Gemfile.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, that reflects a misunderstanding on my part---I thought adding it to the gem's Gemfile would be sufficient. Looks like its maintainers will need to be prodded for a fresh release.

@chamnap
Copy link
Collaborator

chamnap commented May 22, 2016

@phyllisstein, can you make the build pass? do you know when mongoid 6 is going to release?

@phyllisstein
Copy link
Contributor Author

Not sure what the release timeline is, but I'll definitely keep working on getting the tests green again when I can! With any luck I'll have some time this week to look at it.

@Fudoshiki
Copy link
Contributor

Fudoshiki commented Jun 9, 2016

According to Mongoid JIRA, release in May 2017.

mongoid/mongoid-slug#216

@chamnap chamnap merged commit db618b7 into mongoid:master Oct 24, 2016
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.

3 participants