ruby-grape / ruby-grape/grape-roar
Add support for Mongoid 7+
Open
Nobody has claimed this yet.
new feature
- Dominant language
- Ruby
- Stars
- 59
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Lots of spec failures, the relations classes have changed.
https://github.com/mongodb/mongoid/compare/6.4.0-stable...7.0.0-stable
export GRAPE_VERSION=2.4.0 MONGOID_VERSION=7.5.4 SPEC_OPTS="--tag mongoid"
bundle install
rspec spec
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the provided bundle install and rspec spec command with MONGOID_VERSION=7.5.4 and the mongoid tag to reproduce the failures. Review the Mongoid 6.4.0-to-7.0.0 comparison, focusing on the changed relations classes. Done means the Mongoid-tagged specs pass with Mongoid 7+ support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100