forked from mongoid/mongoid-slug
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update from mainline #2
Open
jgwmaxwell
wants to merge
107
commits into
musicglue:cross-collection-uniqueness
Choose a base branch
from
mongoid:master
base: cross-collection-uniqueness
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
update from mainline #2
jgwmaxwell
wants to merge
107
commits into
musicglue:cross-collection-uniqueness
from
mongoid:master
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added mongoid 5 support.
Misc things getting ready to release.
Implemented RuboCop, Ruby-style linter.
Added CONTRIBUTING, updated copyright and license.
Fix: compatibility with Mongoid::Observer.
Fix: always return Criteria from querable, see MONGOID-4177.
Fix: queryable scope incorrectly combined.
Spec to demonstrate that the order of inclusion of Mongoid::Paranoia doesn't matter.
Added mongoid 5.0.0 to build matrix.
[refs #206] Fix TravisCI builds: Update bundler before installing gems
Remove deprecated alias_method_chain
Add support for Mongoid 7
Upgraded RuboCop to 0.58.2.
Use Mongoid::Config#models in Rake task
Add Github Actions and remove Travis CI
… when "localize: true" is specified (#268) Ensure localized slug creates index for slug default locale sub-field when "localize: true" is specified. Client can also specify an Array of locales to create indexes on.
* Drop support for: - Mongoid 6 and earlier - Ruby 2.4 and earlier * - Update Rubocop and auto-fix some cops - Remove gem Guard - Remove gem AwesomePrint - Remove gem mongoid-compatibility - Set version to 7.0.0
* add multiple scopes support * upd changelog and readme * fix some comments * refactor array iterations * fix compound indexes * rename for clarity * fix readme * Update README.md * Update slug.rb --------- Co-authored-by: Johnny Shields <27655+johnnyshields@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.