You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently trying to make a PR to deal with Postgresql failures due to Arel SQL not providing an alias to :distance and thus returning no values (otherwise I'll just go and use the geocoder gem instead).
Is it possible to adopt Docker as a better solution for testing against multiple databases? This way anyone can more easily contribute without needing to install on their host OS the various databases (and versions of those databases).
Further, it would be good to then amend the README.md to cover off on this.
The text was updated successfully, but these errors were encountered:
Currently trying to make a PR to deal with Postgresql failures due to Arel SQL not providing an alias to
:distance
and thus returning no values (otherwise I'll just go and use the geocoder gem instead).Is it possible to adopt Docker as a better solution for testing against multiple databases? This way anyone can more easily contribute without needing to install on their host OS the various databases (and versions of those databases).
Further, it would be good to then amend the README.md to cover off on this.
The text was updated successfully, but these errors were encountered: