You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Rails 8.1 compatibility tests for relationship routes
Tests to verify Issue JSONAPI-Resources#1479 is fixed:
- Rails 8.1 changed ActionDispatch::Routing::Mapper::Resources::Resource#initialize
to require keyword arguments
- These tests verify that jsonapi_resources generates relationship routes correctly
- Tests include has_many and polymorphic belongs_to relationships
- Confirms automatic jsonapi_relationships call works in Rails 8.1+
All 37 route tests pass on Rails 8.1.2
0 commit comments