stas / jsonapi.rb

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

JSONAPI::Filtering: remove activerecord dependency #102

Closed marclerodrigues closed 4 months ago

marclerodrigues commented 7 months ago

What is the current behavior?

https://github.com/stas/jsonapi.rb/issues/101

What is the new behavior?

Skipped requiring active record since it's a soft dependency not used directly.

Checklist

Please make sure the following requirements are complete:

stas commented 4 months ago

Heya @marclerodrigues

Would like this merged, but first trying to figure out why the CI checks have not started :thinking: