cerebris / jsonapi-resources

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

Add docker testing setup #1403

Closed lgebhardt closed 1 year ago

lgebhardt commented 1 year ago

Adds a docker compose based testing environment to make it easier to run tests agains multiple versions of rub and against MySQL, PostgreSQL and SQLite.

See the notes in the readme for how to use this