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/commands
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.rb
commands_tasks.rb Merge branch 'rails-rake-proxy' 2015-12-13 21:44:03 +01:00
console.rb Refactor railties console and dbconsole commands 2015-05-10 06:30:26 +03:00
console_helper.rb Refactor railties console and dbconsole commands 2015-05-10 06:30:26 +03:00
dbconsole.rb Fixed typo in mysql client parameter 2015-12-09 16:31:26 -05:00
destroy.rb added description for rails generators, and fixed sentence formation for active_support/notifications [ci skip] 2014-11-10 08:11:49 +05:30
generate.rb added description for rails generators, and fixed sentence formation for active_support/notifications [ci skip] 2014-11-10 08:11:49 +05:30
plugin.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
rake_proxy.rb Merge branch 'rails-rake-proxy' 2015-12-13 21:44:03 +01:00
runner.rb show correct command name in help of rails runner 2016-03-26 20:18:51 +09:00
server.rb Fix rails restart issue with Puma 2016-03-30 11:20:15 +05:30
test.rb make test runner work correctly inside engine 2015-07-12 18:29:31 +09:00