rails--rails/actionpack/test/controller
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
..
controller_fixtures
new_base
parameters
request
action_pack_assertions_test.rb
assert_select_test.rb
base_test.rb
caching_test.rb
capture_test.rb
content_type_test.rb
default_url_options_with_before_action_test.rb
filters_test.rb
flash_hash_test.rb
flash_test.rb
force_ssl_test.rb
helper_test.rb
http_basic_authentication_test.rb
http_digest_authentication_test.rb
http_token_authentication_test.rb
integration_test.rb
layout_test.rb
live_stream_test.rb
localized_templates_test.rb
log_subscriber_test.rb
mime_responds_test.rb
output_escaping_test.rb
params_wrapper_test.rb
permitted_params_test.rb
redirect_test.rb
render_js_test.rb
render_json_test.rb
render_other_test.rb
render_test.rb
render_xml_test.rb
request_forgery_protection_test.rb
required_params_test.rb
rescue_test.rb
resources_test.rb
routing_test.rb
runner_test.rb
selector_test.rb
send_file_test.rb
show_exceptions_test.rb
streaming_test.rb
test_case_test.rb
url_for_integration_test.rb
url_for_test.rb
url_rewriter_test.rb
view_paths_test.rb
webservice_test.rb