how to calculate the distance/radius on zipcodes?

You’d probably be best off looking at one of the geocoding plugins available for rails.

GeoKit, acts_as_geocode and acts_as_locateable all provide this functionality.

http://jystewart.net/process/2007/03/comparing-rails-geo-plugins/

James.