stas / jsonapi.rb

Lightweight, simple and maintained JSON:API support for your next Ruby HTTP API.
MIT License
262 stars 58 forks source link

Rails 7.0 compatibility #72

Closed helmiattastify closed 2 years ago

helmiattastify commented 2 years ago

Expected Behavior

It should work

Actual Behavior

Still waiting compatible with rails 7

Steps to Reproduce the Problem

  1. Using rails 7

Specifications

stas commented 2 years ago

Hi there, we're running the latest version without any problems on Rails v7 and Ruby v3.1

Feel free to reopen the issue if you encounter any issues :)

helmiattastify commented 2 years ago

@stas thanks, I was wrong on my setup, and some of the serializers made an error. I just move from rails 6 to 7 and I didn't check on the details.

Thanks!!!