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/dispatch
Jonathan Hefner c7b7d83f70 Heed config.force_ssl when building URL
`url_for` will now use "https://" as the default protocol when
`Rails.application.config.force_ssl` is set to true.

Action Mailer already behaves this way, effectively.  This commit
extends that behavior application-wide.

Closes #23543.
2020-04-05 18:19:31 -05:00
..
request Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
routing Allow tests to run without a TTY 2019-08-14 10:52:21 -07:00
session rack 2.1.0 changed expires date format from rfc2822 to httpdate 2020-01-11 15:09:50 +09:00
system_testing Fix test with new capybara 2019-12-27 15:30:45 -03:00
actionable_exceptions_test.rb
callbacks_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
content_disposition_test.rb
content_security_policy_test.rb Add support for script-src-attr / elem and style-src-attr / elem directives 2019-07-18 10:00:54 +09:00
cookies_test.rb Support rolling deploys for cookie serialization/encryption changes (#37628) 2020-03-18 12:03:00 -07:00
debug_exceptions_test.rb Encode template source before extracting lines 2019-12-21 07:30:52 +00:00
debug_locks_test.rb
exception_wrapper_test.rb Address all possible Performance/StartWith / Performance/EndWith violations 2019-11-14 03:20:29 +09:00
executor_test.rb
feature_policy_test.rb Adds support for configuring HTTP Feature Policy (#33439) 2019-07-10 15:33:15 -07:00
header_test.rb
host_authorization_test.rb
live_response_test.rb
mapper_test.rb
middleware_stack_test.rb Delayed middleware delete does not allow move operations 2020-01-08 11:30:02 +02:00
mime_type_test.rb allow parameter delimiter without space 2020-02-07 14:43:35 -08:00
mount_test.rb
prefix_generation_test.rb Use a single term instead of all terms used to describe path and URL helpers together 2019-07-26 23:54:39 +05:30
rack_cache_test.rb
reloader_test.rb
request_id_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
request_test.rb Skip cookie comma separation test 2020-02-10 01:48:47 +01:00
response_test.rb rack 2.1.0 changed expires date format from rfc2822 to httpdate 2020-01-11 15:09:50 +09:00
routing_assertions_test.rb
routing_test.rb Merge pull request #37075 from woahdae/fix-multiple-choice-route-options 2019-12-12 12:34:30 -08:00
runner_test.rb
show_exceptions_test.rb
ssl_test.rb Fix wrong spec asserting headers maintain original definition 2020-02-10 04:11:19 +05:30
static_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
test_request_test.rb
test_response_test.rb
uploaded_file_test.rb
url_generation_test.rb Heed config.force_ssl when building URL 2020-04-05 18:19:31 -05:00