]> git.openstreetmap.org Git - rails.git/commit
Preserve the bounding box when redirecting history URLs
authorTom Hughes <tom@compton.nu>
Sun, 1 Dec 2013 19:59:57 +0000 (19:59 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 1 Dec 2013 19:59:57 +0000 (19:59 +0000)
commit61bb31ebdddc9e7c317a1c6784a68874d5a0ef80
treee49437035ae039ec8baa82c48f062c65b6e7e205
parent3b6580297f619573a24bc22b8b995b64c979c5db
Preserve the bounding box when redirecting history URLs

Using the options style for the redirect seems to cause parameters
to be preserved, which the path style of redirect does not.
config/routes.rb
test/integration/redirect_test.rb