Skip to content
Snippets Groups Projects
  1. Nov 08, 2012
  2. Nov 07, 2012
  3. Nov 06, 2012
  4. Oct 23, 2012
  5. Oct 22, 2012
  6. Oct 16, 2012
  7. Oct 02, 2012
  8. Oct 01, 2012
  9. Sep 13, 2012
  10. Sep 02, 2012
  11. Aug 27, 2012
  12. Aug 25, 2012
  13. Aug 21, 2012
  14. Aug 14, 2012
  15. Jul 31, 2012
  16. Jul 24, 2012
  17. Jun 11, 2012
  18. 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
  19. May 07, 2012
  20. May 01, 2012
  21. Apr 28, 2012
  22. 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
  23. Apr 11, 2012
  24. Apr 09, 2012
Loading