1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails
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
..
api Generate API doc for actioncable 2015-12-17 16:04:46 +01:00
application Publish AS::Executor and AS::Reloader APIs 2016-03-02 02:14:20 +10:30
commands Fix rails restart issue with Puma 2016-03-30 11:20:15 +05:30
console Publish AS::Executor and AS::Reloader APIs 2016-03-02 02:14:20 +10:30
engine Inject Rails' channel paths in engine. 2016-02-14 17:46:48 +01:00
generators development.rb file always exists so we don't need a check for it 2016-03-26 10:45:13 +05:30
rack Remove unused private method 2016-02-07 04:07:48 +08:00
railtie
tasks Fix rails restart issue with Puma 2016-03-30 11:20:15 +05:30
templates Introduce new welcome page for new projects 2016-01-26 00:27:49 +02:00
test_unit [ci skip] Improve comment minitest plugin initialization. 2016-03-22 21:51:47 +01:00
all.rb Doh, should have read ff370ee617 2015-12-16 15:52:46 +01:00
app_loader.rb The tasks in the rails task namespace is deprecated in favor of app namespace. 2016-02-26 19:35:23 +09:00
application.rb [ci skip] correcting sentence in description of application.rb 2016-03-04 18:22:05 +05:30
application_controller.rb
backtrace_cleaner.rb
cli.rb
code_statistics.rb Require enumerable module when using #sum 2016-03-22 11:36:45 +01:00
code_statistics_calculator.rb
commands.rb Remove unfinished command infrastructure. 2016-03-10 21:34:34 +01:00
configuration.rb
dev_caching.rb Fix rails restart issue with Puma 2016-03-30 11:20:15 +05:30
engine.rb
gem_version.rb Prep release for Rails 5 beta3 2016-02-24 10:27:02 -05:00
generators.rb generate mailer views in Rails API 2016-02-15 22:13:32 +09:00
info.rb
info_controller.rb
initializable.rb
mailers_controller.rb
paths.rb
rack.rb
railtie.rb mark as #:nodoc: [ci skip] 2016-02-15 15:12:51 +05:30
ruby_version_check.rb
source_annotation_extractor.rb
tasks.rb revert dev:cache to rake task, fixes #23410 2016-02-07 14:32:43 -08:00
test_help.rb
version.rb
welcome_controller.rb