Calculates the haversine distance between two locations using longitude and latitude. This is done using Math formulas without resorting to Active Record or SQL DB functionality
Kristian Mandrup
gem "haversine", "~> 0.1.0"