mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.97k stars 1.2k forks source link

chore: Add docker-compose.yml #1060

Closed seuros closed 2 years ago

seuros commented 2 years ago

Adding docker allows contributors to tests every supported databases without the need to install them in their machines.

This will help also current pull-requests authors that implemented a feature that might not be stable/working in other database system.