]> git.openstreetmap.org Git - rails.git/commit
Make the search box load each set of results separately so that one
authorTom Hughes <tom@compton.nu>
Thu, 2 Jul 2009 16:12:38 +0000 (16:12 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 2 Jul 2009 16:12:38 +0000 (16:12 +0000)
commit06b2d278ea6c273c7e4e01c6f28bb46505efd6d1
tree6977d06eaff86cab98d0cc1c52e2052bd17d7255
parent16a4a506565fdafdc84a9f33c902c829e1349b45
Make the search box load each set of results separately so that one
service being slow doesn't delay the response from others.
29 files changed:
app/controllers/geocoder_controller.rb
app/views/geocoder/_description.html.erb [new file with mode: 0644]
app/views/geocoder/_results.html.erb [deleted file]
app/views/geocoder/_search.html.erb [new file with mode: 0644]
app/views/geocoder/error.html.erb [new file with mode: 0644]
app/views/geocoder/results.html.erb [new file with mode: 0644]
app/views/site/_search.html.erb
config/locales/be.yml
config/locales/de.yml
config/locales/en.yml
config/locales/es.yml
config/locales/fr.yml
config/locales/he.yml
config/locales/hi.yml
config/locales/is.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/nl.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/ru.yml
config/locales/sl.yml
config/locales/yo.yml
config/locales/zh-CN.yml
config/locales/zh-TW.yml
config/routes.rb
public/images/searching.gif [new file with mode: 0644]
public/stylesheets/site.css