diff options
author | Andrew White <andyw@pixeltrix.co.uk> | 2014-01-01 11:15:31 +0000 |
---|---|---|
committer | Andrew White <andyw@pixeltrix.co.uk> | 2014-01-01 11:19:14 +0000 |
commit | b64bac489c58ce1169941f77f4d633cb4eb87cd8 (patch) | |
tree | 2e90df47cd144978e039690d391bdae9faa72ccf /actionview/test/fixtures/comments/empty.xml.erb | |
parent | 0d4614ca21d147ae3fac915c7a637d7520ff56e3 (diff) | |
download | rails-b64bac489c58ce1169941f77f4d633cb4eb87cd8.tar.gz rails-b64bac489c58ce1169941f77f4d633cb4eb87cd8.tar.bz2 rails-b64bac489c58ce1169941f77f4d633cb4eb87cd8.zip |
Allow engine root relative redirects using an empty string.
Example:
# application routes.rb
mount BlogEngine => '/blog'
# engine routes.rb
get '/welcome' => redirect('')
This now redirects to the path `/blog`, whereas before it would redirect
to the application root path. In the case of a path redirect or a custom
redirect if the path returned contains a host then the path is treated as
absolute. Similarly for option redirects, if the options hash returned
contains a `:host` or `:domain` key then the path is treated as absolute.
Fixes #7977
Diffstat (limited to 'actionview/test/fixtures/comments/empty.xml.erb')
0 files changed, 0 insertions, 0 deletions