google_places_autocomplete
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
- Create config/database.yml (see config/database.yml.sample)
- bundler install
- rake db:migrate
- rails server