Skip to content
Snippets Groups Projects
  1. Sep 02, 2012
  2. Aug 27, 2012
  3. Aug 25, 2012
  4. Aug 21, 2012
  5. Aug 14, 2012
  6. Jul 31, 2012
  7. Jul 24, 2012
  8. Jun 11, 2012
  9. May 24, 2012
    • Alex Reisner's avatar
      Remove Geocoder.config method. · 3e72c472
      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.
      3e72c472
  10. May 07, 2012
  11. May 01, 2012
  12. Apr 28, 2012
  13. Apr 13, 2012
    • Florian Frank's avatar
      Avoid crashes during calculations · d81b08b2
      Florian Frank authored
      Geocoder.coordinates sometimes returns nil which causes crashes in the distance
      and bearing calculations. By returning a point array of [ NaN, NaN ] this
      distances will be also NaN which seems to be a sensible result. If the argument
      to extract_coordinates has an unexpected form, also return [ NaN, NaN ].
      d81b08b2
  14. Apr 11, 2012
  15. Apr 09, 2012
  16. Mar 23, 2012
  17. Feb 26, 2012
  18. Feb 04, 2012
  19. Nov 29, 2011
  20. Nov 27, 2011
  21. Oct 28, 2011
  22. Oct 03, 2011
  23. Sep 21, 2011
    • Rob Sanheim's avatar
      Make https support really work: · 5b8215a7
      Rob Sanheim authored
        - need to set `use_ssl` to true
        - also cannot use `get_response` class method for https requests
        - add a smoke_test that calls out to google for real, to make sure
          things work end to end (not using test_helper for this, because it's invasive
          and opens code under test to do it's mocking)
        - add smoke_test to default test run
      5b8215a7
  24. Sep 17, 2011
  25. Sep 13, 2011
  26. Sep 12, 2011
  27. Sep 07, 2011
    • Alex Reisner's avatar
      Execute block even if no geocoding results. · 1f04dff8
      Alex Reisner authored
      This has always been the intended behavior (as shown by the README's
      sample code which begins `if results.first`) but it wasn't implemented
      properly. Thanks to github.com/nhippenmeyer for pointing it out.
      1f04dff8
  28. Jul 27, 2011
Loading