Hello,
I have posted the source code for my website. I added a link to a zip
file on the following page
http://www.modernagenda.com/mapdemo.html.
Here are some details about the app
1) Running on ruby 1.8.5 on my machine
2) Frozen to rails 1.2.3.
3) Create a MySql database named modern_agenda_development. Put the
right credentials for the root account in config/database.yml.
4) Run rake db:migrate
6) The config/environments/development.rb is not pointed to a SMTP
Server and needs a Google API key.
7) The config/environment.rb file does not have a Yahoo or Google API
key
If anybody has any questions or comments shoot me an email. Take a
look at the show action in the cities_controller.rb file to see an
example of how the GeoKit plugin extends the standard ActiveRecord
finders.
Mike Gurley