Skip to content
Snippets Groups Projects
Commit 1a7aa608 authored by Alex Reisner's avatar Alex Reisner
Browse files

Add note about :maxmind_local with SQL DB.

parent 05483d32
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ Major changes to Geocoder for each release. Please see the Git log for complete ...@@ -15,6 +15,7 @@ Major changes to Geocoder for each release. Please see the Git log for complete
* Add :geocodio lookup (thanks github.com/dblock). * Add :geocodio lookup (thanks github.com/dblock).
* Add :lookup option to `Geocoder.search` and `geocoded_by` (thanks github.com/Bonias). * Add :lookup option to `Geocoder.search` and `geocoded_by` (thanks github.com/Bonias).
* Add support for :maxmind_local on JRuby via jgeoip gem (thanks github.com/gxbe). * Add support for :maxmind_local on JRuby via jgeoip gem (thanks github.com/gxbe).
* Add support for using :maxmind_local with an SQL database, including Rake tasks for downloading CSV data and populating a local DB.
* Add support for character encodings based on Content-type header (thanks github.com/timaro). * Add support for character encodings based on Content-type header (thanks github.com/timaro).
* Add :min_radius option to `near` scope (thanks github.com/phallstrom). * Add :min_radius option to `near` scope (thanks github.com/phallstrom).
* Fix: Yandex city attribute caused exception with certain responses (thanks github.com/dblock). * Fix: Yandex city attribute caused exception with certain responses (thanks github.com/dblock).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment