- Dec 08, 2012
-
-
Alex Reisner authored
Make Geocoder.configure accept a hash (now preferred) and add Geocoder.config method (for reading config). Deprecate old syntax.
-
- Dec 07, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
instead of instance variables.
-
Alex Reisner authored
Previously they were testing many things which were not configuration. All we care about is whether settings are read/writeable via the methods provided.
-
Alex Reisner authored
-
Alex Reisner authored
Conflicts: lib/geocoder/lookups/base.rb lib/geocoder/lookups/yahoo.rb lib/geocoder/query.rb
-
- Dec 06, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
add #route to google result parser
-
andrea longhi authored
-
- Nov 30, 2012
-
-
Alex Reisner authored
Support for X_REAL_IP and X_FORWARDED_FOR
-
- Nov 29, 2012
-
-
Konstantin Krauss authored
-
Konstantin Krauss authored
-
- Nov 27, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
For discussion see: https://github.com/alexreisner/geocoder/issues/329
-
- Nov 26, 2012
-
-
Alex Reisner authored
Fixes the problem described here: https://github.com/mongoid/mongoid/issues/2579 This should be reverted when the Mongoid issue (or whatever it is) is fixed.
-
Alex Reisner authored
Geocoder should be required after other things like Rails and Mongoid.
-
Alex Reisner authored
-
Alex Reisner authored
Document uninitialized constant error with Mongoid.
-
Alex Reisner authored
-
- Nov 22, 2012
-
-
Alex Reisner authored
-
- Nov 18, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
-
- Nov 14, 2012
-
-
Alex Reisner authored
-
- Nov 13, 2012
-
-
Alex Reisner authored
This reverts commit 65cfdfc8.
-
- Nov 09, 2012
-
-
Alex Reisner authored
-
- Nov 08, 2012
-
-
Alex Reisner authored
-
Alex Reisner authored
In most of these cases using anything but HTTP won't work, but this seems more correct, and avoids having to make a change after a provider adds HTTPS support.
-
Alex Reisner authored
This requires changing the way stubs work, so that they only simulate actual HTTP calls, not cache hits.
-
Alex Reisner authored
-
Alex Reisner authored
Also move API key config to separate method.
-
- Nov 07, 2012
-
-
Alex Reisner authored
Allow lookups to define a cache key (defaults to the query URL) and define Yahoo's as the non-OAuth-encoded request URL.
-
- Nov 06, 2012
-
-
Alex Reisner authored
Add test and display Yahoo's error message in warning.
-
Alex Reisner authored
-
- Oct 23, 2012
-
-
Alex Reisner authored
This addresses: https://github.com/alexreisner/geocoder/issues/322
-
- Oct 22, 2012
-
-
Alex Reisner authored
Add bounding box optimisation
-
Matthew Landauer authored
-
Matthew Landauer authored
-
Matthew Landauer authored
Added help text to explain that an index is required to take advantage of the bounding box optimisation
-