- May 24, 2012
-
-
Alex Reisner authored
This requires a parameter to be accepted by the block passed to Geocoder.configure, which means you don't need to remember that the method is called "config"--you can call it whatever you want. This behavior seems more standard for configuration blocks.
-
Alex Reisner authored
-
Alex Reisner authored
-
- Apr 22, 2012
-
-
Alex Reisner authored
Change :request_headers to :http_headers (for consistency).
-
- Apr 11, 2012
-
-
Robert May authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
It's not an ideal name either, but it's short and it's slightly more specific than "method".
-
- Sep 17, 2011
-
-
Alex Reisner authored
-
- Sep 13, 2011
-
-
Alex Reisner authored
Instead use an array for key, client, and channel.
-
Steve Hoeksema authored
-
- Jul 21, 2011
-
-
James McCarthy authored
Removed set_defaults from all tests and replaced with teardown to reset the defaults. Signed-off-by:
James McCarthy <james2mccarthy@gmail.com>
-
Anderson Bravalheri authored
-
Anderson Bravalheri authored
-
- Jul 19, 2011
-
-
Anderson Bravalheri authored
-
Anderson Bravalheri authored
-
Anderson Bravalheri authored
Configurations changed to provide a DSL (similar to Rails) to configure Geocoder. A singleton pattern was used to allow the code *Geocoder.configure { |config| ... }*, and delegation was used to maintain compatibility. New configuration options (units and method) for calculations were implemented, with default value: km and spherical, respectively.
-
- May 10, 2011
-
-
Ahmed Adam authored
Allows custom handling of geocoding service connection problems.
-
- May 09, 2011
-
-
Alex Reisner authored
-
- May 04, 2011
-
-
Alex Reisner authored
-
- May 02, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
Instead use a proxy if http_proxy or https_proxy is set. Also revise code style to be more consistent with rest of library.
-
Olivier Garcia authored
Geocoder will try to use environment's http_proxy or https_proxy when doing lookups unless that behaviour has been disabled in the configuration
-
- Mar 18, 2011
-
-
Alex Reisner authored
Now that we also support an API key for Google it makes sense for this to be generic.
-
Alex Reisner authored
-
Scott Vesely authored
-
Scott Vesely authored
-
Alex Reisner authored
-
- Mar 15, 2011
-
-
Alex Reisner authored
Just set Geocoder::Configuration.cache to any key/value store that implements #[], #[]=, and #keys. You can also set Geocoder::Configuration.cache_prefix to use a custom prefix for keys.
-
- Mar 13, 2011
-
-
Alex Reisner authored
-
- Mar 04, 2011
-
-
Alex Reisner authored
-
- Mar 03, 2011
-
-
Alex Reisner authored
Add implementation for Google and anticipate addition of Yahoo (supply config option).
-
- Feb 04, 2011
-
-
Alex Reisner authored
-