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
Prathamesh Sonpatki 9d87ce34f8 Fix rails restart issue with Puma
- We need to pass the restart command to Puma so that it will use it
  while restarting the server.
- Also made sure that all the options passed by user while starting
  the server are used in the generated restart command so that they will
  be used while restarting the server.
- Besides that we need to remove the server.pid file for the previous running
  server because otherwise Rack complains about it's presence.
- We don't care if the server.pid file does not exist. We only want to delete
  it if it exists.
- This also requires some changes on Puma side which are being tracked
  here - https://github.com/puma/puma/pull/936.
- Fixes #23910.
2016-03-30 11:20:15 +05:30
..
application Fix rails restart issue with Puma 2016-03-30 11:20:15 +05:30
commands Fix rails restart issue with Puma 2016-03-30 11:20:15 +05:30
configuration
fixtures
generators Merge pull request #24164 from prathamesh-sonpatki/fix-application-mailer 2016-03-23 23:05:26 -03:00
isolation Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths 2016-03-01 16:10:09 -05:00
railties Remove load_paths file 2016-02-27 13:03:57 -05:00
test_unit modify to error also abort when specify fail fast option 2016-02-17 22:04:32 +09:00
abstract_unit.rb Remove load_paths file 2016-02-27 13:03:57 -05:00
app_loader_test.rb
backtrace_cleaner_test.rb
code_statistics_calculator_test.rb Revert "Merge pull request #22569 from seuros/remove-test-case" 2015-12-13 21:24:40 -05:00
code_statistics_test.rb CodeStatistic will now ignore hidden files: 2016-01-18 12:56:20 -05:00
engine_test.rb
env_helpers.rb
generators_test.rb Cleaned up generators tests using internal assertion helper 2015-08-20 09:22:56 +05:30
initializable_test.rb
path_generation_test.rb override controller_class on the request 2015-08-24 15:18:29 -07:00
paths_test.rb Reload I18n locales in development 2015-08-10 00:17:49 +02:00
rack_logger_test.rb
rails_info_controller_test.rb Revert "Merge pull request #22569 from seuros/remove-test-case" 2015-12-13 21:24:40 -05:00
rails_info_test.rb
version_test.rb