Skip to content
Snippets Groups Projects
  1. Aug 14, 2012
  2. Jun 11, 2012
  3. 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
  4. 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
  5. Apr 11, 2012
  6. Jul 21, 2011
  7. Jun 02, 2011
Loading