Merge remote-tracking branch 'upstream/master' into routing-merge

Conflicts:
	app/assets/javascripts/index.js
	config/locales/en.yml
This commit is contained in:
Matt Amos 2014-11-10 16:14:06 +00:00
commit 0cb475cc1a
29 changed files with 601 additions and 162 deletions

View file

@ -157,6 +157,7 @@ OpenStreetMap::Application.routes.draw do
match '/offline' => 'site#offline', :via => :get
match '/key' => 'site#key', :via => :get
match '/id' => 'site#id', :via => :get
match '/query' => 'browse#query', :via => :get
match '/user/new' => 'user#new', :via => :get
match '/user/new' => 'user#create', :via => :post
match '/user/terms' => 'user#terms', :via => :get