geokit / geokit-rails

Official Geokit plugin for Rails/ActiveRecord. Provides location-based goodness for your Rails app. Requires the Geokit gem.
MIT License
1.57k stars 245 forks source link

Dockerise tests & better documentation #142

Open jufemaiz opened 5 years ago

jufemaiz commented 5 years ago

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.

mnoack commented 5 years ago

I'm a "passive" maintainer @jufemaiz - So I generally accepted any common sense pull request.

However I'm a bit busy now so I can't really review PRs, etc. I'm open to adding people to the project though if you want to help maintain it.