index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
test
/
commands
/
server_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate support for using `HOST` environment to specify server IP (#32540)
Yuji Yaginuma
2018-04-16
1
-1
/
+15
*
Use `did_you_mean` spell checker for option suggestions
Genadi Samokovarov
2018-03-23
1
-1
/
+1
*
Fix "NameError: undefined local variable or method `host'"
yuuji.yaginuma
2018-03-05
1
-0
/
+6
*
Introduce explicit rails server handler option
Genadi Samokovarov
2018-03-04
1
-4
/
+29
*
Fix test name for daemon option test
yuuji.yaginuma
2017-10-14
1
-2
/
+2
*
Added test case for starting rails with daemon option, this should set the op...
Pierre Hedkvist
2017-10-13
1
-0
/
+12
*
Implement H2 Early Hints for Rails
eileencodes
2017-10-04
1
-0
/
+12
*
Make `restart` and `dev:cache` tasks work when customizing pid file path
yuuji.yaginuma
2017-08-21
1
-1
/
+1
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Correctly set user_supplied_options when there is no whitespace in option spe...
yuuji.yaginuma
2017-05-24
1
-0
/
+6
*
CLI arg `--port` has precedence over env `PORT`.
koshigoe
2017-05-01
1
-0
/
+12
*
CLI arg "host" has precedence over ENV var "host"
Jon Moss
2017-03-21
1
-0
/
+8
*
Set correct host except development environment
yuuji.yaginuma
2017-02-27
1
-0
/
+18
*
[close #24435] Send user_supplied_options to server
schneems
2017-02-24
1
-0
/
+8
*
improve server default options test
yuuji.yaginuma
2017-01-09
1
-3
/
+3
*
Merge branch 'master' into fix_26964
Kasper Timm Hansen
2016-12-29
1
-1
/
+1
|
\
|
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
|
use Thor option parser in server commands parse
yuuji.yaginuma
2016-12-24
1
-36
/
+43
|
/
*
Fix server command tests.
Kasper Timm Hansen
2016-09-25
1
-1
/
+2
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
1
-15
/
+15
*
Use the HOST environment variable for rails server #25677
Evgeny Vlasenko
2016-07-05
1
-0
/
+7
*
Fix rails restart issue with Puma
Prathamesh Sonpatki
2016-03-30
1
-0
/
+14
*
changed default value of `caching` option to `nil`
yuuji.yaginuma
2016-03-21
1
-1
/
+2
*
Avoid multiple default paths to server.pid file
Tawan Sierek
2016-01-16
1
-0
/
+9
*
Use the PORT environment variable for rails server
David Cornu
2015-08-18
1
-0
/
+7
*
Add rake dev:cache task to enable dev mode caching.
Chuck Callebs
2015-08-04
1
-0
/
+16
*
Revert "Merge pull request #19404 from dmathieu/remove_rack_env"
Jeremy Kemper
2015-03-20
1
-19
/
+44
*
don't fallback to RACK_ENV when RAILS_ENV is not present
Damien Mathieu
2015-03-19
1
-44
/
+19
*
Make logging to stdout work again with implicit `development` env
Marc Schütz
2013-10-13
1
-12
/
+48
*
Only output Server logs in Development
schneems
2013-09-22
1
-0
/
+10
*
Refactor tests that switch RAILS_ENV and RACK_ENV
Carlos Antonio da Silva
2012-12-06
1
-14
/
+10
*
Add ENV['RACK_ENV'] support to rake runner/console/server.
kennyj
2012-12-06
1
-0
/
+20
*
Remove support for rails server RAILS_ENV=env-name
Sam Oliver
2012-05-30
1
-2
/
+2
*
fix rails server support of RAILS_ENV variable
schneems
2012-03-20
1
-0
/
+26