aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/server/server_command.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve the deprecation message for using subclass of Rails::Application to s...Prathamesh Sonpatki2018-01-071-1/+1
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Implement H2 Early Hints for Railseileencodes2017-10-041-1/+7
* Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-211-1/+7
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Deprecate support of older `config.ru`yuuji.yaginuma2017-08-081-1/+8
* Do not show URL in boot info when using Pumayuuji.yaginuma2017-07-241-2/+6
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Correctly set user_supplied_options when there is no whitespace in option spe...yuuji.yaginuma2017-05-241-2/+9
* CLI arg `--port` has precedence over env `PORT`.koshigoe2017-05-011-2/+3
* CLI arg "host" has precedence over ENV var "host"Jon Moss2017-03-211-2/+4
* `HOST` must be all capital lettersyuuji.yaginuma2017-03-011-1/+1
* Set correct host except development environmentyuuji.yaginuma2017-02-271-3/+7
* [close #24435] Send user_supplied_options to serverschneems2017-02-241-11/+44
* make all rails commands work in engineyuuji.yaginuma2017-01-091-2/+6
* use Thor option parser in server commands parseyuuji.yaginuma2016-12-241-54/+67
* Hide commands from API site.Kasper Timm Hansen2016-10-281-2/+2
* remove `mongrel` once againyuuji.yaginuma2016-09-291-1/+1
* Apply Rafaels review fixes.Kasper Timm Hansen2016-09-251-1/+3
* Per Dr. Eileen's orders :)Kasper Timm Hansen2016-09-251-1/+0
* Initial command structure.Kasper Timm Hansen2016-09-251-0/+159