google_places_autocomplete icon indicating copy to clipboard operation
google_places_autocomplete copied to clipboard

A Rails app with Google Places Autocomplete for addresses and map markers

Rails 3.2 app with the google places api for address autocomplete.

Installation steps

  1. Create config/database.yml (see config/database.yml.sample)
  2. bundler install
  3. rake db:migrate
  4. rails server