1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/application/initializers
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
..
frameworks_test.rb Heed config.force_ssl when building URL 2020-04-05 18:19:31 -05:00
hooks_test.rb Deprecate spec_name and use name for configurations 2020-02-24 13:27:07 -05:00
i18n_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
load_path_test.rb Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
notifications_test.rb Log call site for all queries 2017-12-13 20:13:21 -05:00