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
yuuji.yaginuma efb706daad Fix server restart test on Puma 3.12.1
Since https://github.com/puma/puma/pull/1700, the default host is
correctly used. So `localhost` is used instead of `0.0.0.0`.

As a result, the log output on restart is changed, and the restart test
fails on Puma 3.12.1.
https://travis-ci.org/rails/rails/jobs/509239592#L2303-L2305

Specify binding explicitly to avoid being affected by Puma changes.
2019-03-22 07:49:38 +09:00
..
configuration
initializers Enable Style/RedundantBegin cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
middleware Remove deprecated config.secret_token 2019-01-17 16:08:34 -05:00
rack
rake Add additional ERB DummyCompiler tests 2019-03-12 10:23:29 -04:00
asset_debugging_test.rb
assets_test.rb Make Webpacker the default JavaScript compiler for Rails 6 (#33079) 2018-09-30 22:31:21 -07:00
bin_setup_test.rb Ignore warnings such as Psych.safe_load is deprecated 2018-11-13 11:19:03 +00:00
configuration_test.rb Make application work without tmp directory 2019-03-14 16:14:15 +09:00
console_test.rb Remove deprecated environment argument from the rails commands 2019-01-17 16:08:34 -05:00
content_security_policy_test.rb
credentials_test.rb Restructure credentials after environment overrides. 2019-01-14 20:13:00 +01:00
current_attributes_integration_test.rb
dbconsole_test.rb Use correct variable 2018-09-11 07:06:30 +09:00
generators_test.rb
help_test.rb
integration_test_case_test.rb
loading_test.rb let Zeitwerk integration unhook AS::Dependencies 2019-02-19 15:22:48 -08:00
mailer_previews_test.rb Zeitwerk integration 2019-02-12 02:28:04 -08:00
middleware_test.rb No need to handle if FrozenError is available 2018-12-23 13:26:20 +00:00
multiple_applications_test.rb Zeitwerk integration 2019-02-12 02:28:04 -08:00
paths_test.rb
per_request_digest_cache_test.rb
rackup_test.rb
rake_test.rb Zeitwerk integration 2019-02-12 02:28:04 -08:00
rendering_test.rb
routing_test.rb
runner_test.rb Properly expand the environment's name in all commands 2019-03-15 07:43:10 +09:00
server_test.rb Fix server restart test on Puma 3.12.1 2019-03-22 07:49:38 +09:00
test_runner_test.rb Railities typo fixes. 2019-02-01 16:42:40 +05:30
test_test.rb [ci skip] Minor documentation fixes for consistency 2019-03-09 12:15:00 +05:30
url_generation_test.rb Fix secret_key_base for Railties 2019-03-13 16:41:29 -04:00
version_test.rb
zeitwerk_integration_test.rb Engines are reloaded in Zeitwerk mode [closes #35618] 2019-03-15 22:59:03 +01:00