1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
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 Fix typos in AP: "overriden" => "overridden" 2013-03-30 15:17:08 -03:00
parameters
request
action_pack_assertions_test.rb
assert_select_test.rb
base_test.rb Remove ActionController::RecordIdentifier was deprecated. 2013-06-01 23:22:12 +09:00
caching_test.rb Remove page_cache_extension deprecated method 2013-07-01 22:09:11 -05:00
capture_test.rb
content_type_test.rb
default_url_options_with_before_action_test.rb
filters_test.rb Merge pull request #10591 from acapilleri/cond_callback_test 2013-05-15 17:45:50 -07:00
flash_hash_test.rb
flash_test.rb Remove comments about removing LegacyKeyGenerator in 4.1 2013-04-03 08:28:37 -05:00
force_ssl_test.rb Add support for extra options to force_ssl 2013-04-25 13:45:52 +01:00
helper_test.rb
http_basic_authentication_test.rb
http_digest_authentication_test.rb Remove comments about removing LegacyKeyGenerator in 4.1 2013-04-03 08:28:37 -05:00
http_token_authentication_test.rb
integration_test.rb Skip Rack applications and redirects when generating urls 2013-07-16 13:39:17 +01:00
layout_test.rb Refactored to remove unused variable 2013-03-28 15:58:03 +05:30
live_stream_test.rb Exception handling for controllers using ActionController::Live 2013-03-18 10:41:24 -06:00
localized_templates_test.rb
log_subscriber_test.rb
mime_responds_test.rb
output_escaping_test.rb remove ancient TODOs [ci skip]. 2013-03-18 16:42:08 +01:00
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 Fix undefined method `ref' for nil:NilClass for bad accept headers 2013-06-19 06:29:52 -07:00
render_xml_test.rb
request_forgery_protection_test.rb
required_params_test.rb
rescue_test.rb
resources_test.rb
routing_test.rb fix request methods test 2013-03-31 22:11:23 +05:30
runner_test.rb
selector_test.rb
send_file_test.rb
show_exceptions_test.rb Fix that JSON and XML exception responses should give the HTTP error message for their status, by default, not the message from the underlying exception 2013-05-08 21:28:50 -07:00
streaming_test.rb
test_case_test.rb Re-remove deprecated API. 2013-06-28 01:42:07 +09:00
url_for_integration_test.rb
url_for_test.rb Passing subdomain: '' to url_for removes the subdomain (instead of adding a leading .) 2013-04-18 17:12:40 +01:00
url_rewriter_test.rb
view_paths_test.rb
webservice_test.rb