cerebris / jsonapi-resources

A resource-focused Rails library for developing JSON:API compliant servers.
http://jsonapi-resources.com
MIT License
2.32k stars 532 forks source link

Fix issue with relationship sorts due to missing join_manager #1443

Closed lgebhardt closed 10 months ago

lgebhardt commented 10 months ago

Fix issue with relationship sorts due to missing join_manager.

All Submissions:

New Feature Submissions:

Bug fixes and Changes to Core Features:

Test Plan:

Reviewer Checklist:

lgebhardt commented 10 months ago

Locally all the tests pass with the JSONAPI::ActiveRelationRetrievalV09, except MultipleActiveRelationResourceTest#test_correct_resource_retrieval_strategy which is expected.

lgebhardt commented 10 months ago

I agree we need tests for the different retrieval strategies. I plan to get them into the testing matrix soon.