Tag Archives: Geocoding

Zip Code Distance Searching in Ruby on Rails

In my last entry we looked at using scopes to dynamically build scopes for searching in your Ruby on Rails application.  In Tryst, we needed to let our uses search for other singles that were xxx miles from their location.  We require that new users enter their zip code, so that is what we had [...]
Posted in Ruby, Ruby On Rails | Also tagged | 2 Comments

Integrating Google Maps in Your Rails 2.0 App.

NOTE:  THIS IS AN OLD POST AND THE INSTRUCTIONS MAY BE OUTDATED. YMMV In my first real post in a year, I thought I’d share some Ruby stuff I’ve recently done – Integrating your Rails 2.0 app with Google Maps. So, here is what we are aiming to accomplish: You are going to provide an address, say [...]
Posted in Google, Programming, Ruby On Rails | Also tagged , , | 31 Comments