brenothales/google_places_autocomplete
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Rails 3.1.1 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