aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/server
Commit message (Expand)AuthorAgeFilesLines
* Allow using env var to specify pidfileBen Thorner2019-06-191-5/+6
* Properly expand the environment's name in all commandsyuuji.yaginuma2019-03-151-2/+4
* Merge pull request #35568 from prathamesh-sonpatki/server_squishRyuta Kamizono2019-03-111-1/+1
|\
| * Squish the deprecation messages across the codebasePrathamesh Sonpatki2019-03-111-1/+1
* | Merge pull request #35569 from prathamesh-sonpatki/env-varsKasper Timm Hansen2019-03-111-2/+2
|\ \
| * | Mention `environment variable` instead of just `environment`Prathamesh Sonpatki2019-03-111-2/+2
| |/
* / Use the -u switch for the `rails server` bannerPrathamesh Sonpatki2019-03-111-1/+1
|/
* Revert "Remove deprecated `server` argument from the rails server command"yuuji.yaginuma2019-01-181-2/+21
* Remove deprecated `server` argument from the rails server commandRafael Mendonça França2019-01-171-21/+2
* Remove deprecated support to old `config.ru` that use the application class a...Rafael Mendonça França2019-01-171-13/+0
* Do not show suggestion message when not exist suggestionyuuji.yaginuma2018-12-291-1/+2
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Fix the obvious typos detected by github.com/client9/misspellKazuhiro Sera2018-08-081-1/+1
* Merge pull request #28266 from Stellenticket/allow_disable_server_stdout_loggingKasper Timm Hansen2018-07-081-2/+9
|\
| * Allow to explicitly specify whether to output Rails' log to stdoutMarkus Doits2018-07-081-2/+9
* | Fix rubocop offense introduced in 161ed37bogdanvlviv2018-07-081-1/+1
|/
* Don't balloon @original_options with --restart on restart.Kasper Timm Hansen2018-07-071-1/+1
* Don't show unneeded deprecation warning on server restart.Kasper Timm Hansen2018-07-071-8/+14
* Remove restart_command leftover from switching to Thor options.Kasper Timm Hansen2018-07-071-4/+0
* Use only snake cased symbols in commands.Kasper Timm Hansen2018-07-071-5/+5
* Remove unused requireyuuji.yaginuma2018-06-181-1/+0
* Remove unnecessary testyuuji.yaginuma2018-06-031-2/+2
* Deprecate support for using `HOST` environment to specify server IP (#32540)Yuji Yaginuma2018-04-161-2/+12
* Use `did_you_mean` spell checker for option suggestionsGenadi Samokovarov2018-03-231-2/+2
* Do not show unnecessary message during server startupyuuji.yaginuma2018-03-101-6/+5
* Fix "NameError: undefined local variable or method `host'"yuuji.yaginuma2018-03-051-1/+1
* Introduce explicit rails server handler optionGenadi Samokovarov2018-03-041-16/+72
* 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