rails--rails/actionpack/test/dispatch
Andrew White 1555a1800e Skip Rack applications and redirects when generating urls
When generating an unnamed url (i.e. using `url_for` with an options
hash) we should skip anything other than standard Rails routes otherwise
it will match the first mounted application or redirect and generate a
url with query parameters rather than raising an error if the options
hash doesn't match any defined routes.

Fixes #8018
2013-07-16 13:39:17 +01:00
..
middleware_stack
request
routing
session
callbacks_test.rb
cookies_test.rb
debug_exceptions_test.rb
header_test.rb
live_response_test.rb
mapper_test.rb
middleware_stack_test.rb
mime_type_test.rb
mount_test.rb
prefix_generation_test.rb
rack_cache_test.rb
rack_test.rb
reloader_test.rb
request_id_test.rb
request_test.rb
response_test.rb
routing_assertions_test.rb
routing_test.rb
show_exceptions_test.rb
ssl_test.rb
static_test.rb
test_request_test.rb
test_response_test.rb
uploaded_file_test.rb
url_generation_test.rb