Monthly Archives: January 2007

Distance Queries in Rails

I’m writing an application which has store locator-like use cases. If you’ve ever written anything like this, you know that the SQL can get quite messy. To keep my code clean and elegant, I’ve written a Rails plugin called acts_as_mappable … Continue reading

Posted in Open Source, Ruby, Ruby on Rails | 1 Comment