aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands/server_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow using env var to specify pidfileBen Thorner2019-06-191-0/+23
* Properly expand the environment's name in all commandsyuuji.yaginuma2019-03-151-1/+9
* Revert "Remove deprecated `server` argument from the rails server command"yuuji.yaginuma2019-01-181-0/+4
* Remove deprecated `server` argument from the rails server commandRafael Mendonça França2019-01-171-4/+0
* Do not show suggestion message when not exist suggestionyuuji.yaginuma2018-12-291-0/+6
* Use string for arguments in server testyuuji.yaginuma2018-12-131-2/+2
* Allow to explicitly specify whether to output Rails' log to stdoutMarkus Doits2018-07-081-0/+12
* Don't show unneeded deprecation warning on server restart.Kasper Timm Hansen2018-07-071-3/+2
* Deprecate support for using `HOST` environment to specify server IP (#32540)Yuji Yaginuma2018-04-161-1/+15
* Use `did_you_mean` spell checker for option suggestionsGenadi Samokovarov2018-03-231-1/+1
* Fix "NameError: undefined local variable or method `host'"yuuji.yaginuma2018-03-051-0/+6
* Introduce explicit rails server handler optionGenadi Samokovarov2018-03-041-4/+29
* Fix test name for daemon option testyuuji.yaginuma2017-10-141-2/+2
* Added test case for starting rails with daemon option, this should set the op...Pierre Hedkvist2017-10-131-0/+12
* Implement H2 Early Hints for Railseileencodes2017-10-041-0/+12
* Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-211-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Correctly set user_supplied_options when there is no whitespace in option spe...yuuji.yaginuma2017-05-241-0/+6
* CLI arg `--port` has precedence over env `PORT`.koshigoe2017-05-011-0/+12
* CLI arg "host" has precedence over ENV var "host"Jon Moss2017-03-211-0/+8
* Set correct host except development environmentyuuji.yaginuma2017-02-271-0/+18
* [close #24435] Send user_supplied_options to serverschneems2017-02-241-0/+8
* improve server default options testyuuji.yaginuma2017-01-091-3/+3
* Merge branch 'master' into fix_26964Kasper Timm Hansen2016-12-291-1/+1
|\
| * "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* | use Thor option parser in server commands parseyuuji.yaginuma2016-12-241-36/+43
|/
* Fix server command tests.Kasper Timm Hansen2016-09-251-1/+2
* applies new string literal convention in railties/testXavier Noria2016-08-061-15/+15
* Use the HOST environment variable for rails server #25677Evgeny Vlasenko2016-07-051-0/+7
* Fix rails restart issue with PumaPrathamesh Sonpatki2016-03-301-0/+14
* changed default value of `caching` option to `nil`yuuji.yaginuma2016-03-211-1/+2
* Avoid multiple default paths to server.pid fileTawan Sierek2016-01-161-0/+9
* Use the PORT environment variable for rails serverDavid Cornu2015-08-181-0/+7
* Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-041-0/+16
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-19/+44
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-44/+19
* Make logging to stdout work again with implicit `development` envMarc Schütz2013-10-131-12/+48
* Only output Server logs in Developmentschneems2013-09-221-0/+10
* Refactor tests that switch RAILS_ENV and RACK_ENVCarlos Antonio da Silva2012-12-061-14/+10
* Add ENV['RACK_ENV'] support to rake runner/console/server.kennyj2012-12-061-0/+20
* Remove support for rails server RAILS_ENV=env-nameSam Oliver2012-05-301-2/+2
* fix rails server support of RAILS_ENV variableschneems2012-03-201-0/+26