venuu / jsonapi-authorization

Authorization for JSONAPI::Resource
http://www.rubydoc.info/github/venuu/jsonapi-authorization
MIT License
132 stars 59 forks source link

Use Rails < 6 in local development to make tests work #132

Closed valscion closed 4 years ago

valscion commented 4 years ago

The dummy application used in tests need some love to work with Rails 6, so to get the tests to pass locally, the easiest way is to limit the version of activerecord installed to one before version 6.

To get Rails 6 working, #129 is the way