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
/
lib
/
rails
/
commands
/
server.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-1
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-24
/
+24
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-4
/
+2
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-10
/
+10
*
Use the HOST environment variable for rails server #25677
Evgeny Vlasenko
2016-07-05
1
-0
/
+1
*
Fix rails restart issue with Puma
Prathamesh Sonpatki
2016-03-30
1
-1
/
+6
*
changed default value of `caching` option to `nil`
yuuji.yaginuma
2016-03-21
1
-1
/
+1
*
Share dev caching implementation between task and server.
Kasper Timm Hansen
2016-03-15
1
-14
/
+3
*
Delete CTRL-C message as is duplicates Puma
Sam Ruby
2016-03-01
1
-2
/
+0
*
Avoid multiple default paths to server.pid file
Tawan Sierek
2016-01-16
1
-1
/
+3
*
[close #22917] Don't output to `STDOUT` twice
schneems
2016-01-06
1
-2
/
+4
*
Use the PORT environment variable for rails server
David Cornu
2015-08-18
1
-1
/
+1
*
Use exist? instead of deprecated exists?
Kasper Timm Hansen
2015-08-05
1
-2
/
+2
*
Add rake dev:cache task to enable dev mode caching.
Chuck Callebs
2015-08-04
1
-0
/
+23
*
remove Rack::Lock for webrick
Aaron Patterson
2015-07-10
1
-11
/
+1
*
Remove `config` options from `default_options` in `railties`
Nuri Hodges
2015-06-26
1
-2
/
+1
*
Remove ContentLength middleware from the defaults.
Aaron Patterson
2015-06-17
1
-1
/
+0
*
Revert "Merge pull request #19404 from dmathieu/remove_rack_env"
Jeremy Kemper
2015-03-20
1
-1
/
+1
*
don't fallback to RACK_ENV when RAILS_ENV is not present
Damien Mathieu
2015-03-19
1
-1
/
+1
*
Remove unused Rails::Server#log_path
Phill Baker
2015-02-16
1
-4
/
+0
*
Remove debugger support
Rafael Mendonça França
2015-01-04
1
-12
/
+0
*
Remove the tmp/sessions folder and its clear task
Robin Dupret
2015-01-03
1
-1
/
+1
*
Document that the default for `rails server -b` has changed
Godfrey Chan
2014-09-22
1
-5
/
+1
*
fix server names [ci skip]
Vijay Dev
2014-08-22
1
-1
/
+1
*
Make text consistent in help text of rails server and console commands.
Vijay Dev
2014-08-21
1
-9
/
+9
*
Add ability to extend `rails server` command options parser
Andrey Chernih
2014-07-11
1
-7
/
+11
*
Keep debugger support only for rubies < 2.0.0
David Rodríguez de Dios
2014-04-08
1
-2
/
+11
*
Aesthetics
Rafael Mendonça França
2013-11-07
1
-13
/
+13
*
Move interrupt information to print_boot_information method
Alex Johnson
2013-11-07
1
-4
/
+1
*
Extract method refactoring for Rails::Server#start
Alex Johnson
2013-11-07
1
-24
/
+38
*
Make logging to stdout work again with implicit `development` env
Marc Schütz
2013-10-13
1
-1
/
+2
*
Only output Server logs in Development
schneems
2013-09-22
1
-2
/
+3
*
add notice to server boot messages if using default 0.0.0.0 binding
Luke Wendling
2013-05-25
1
-0
/
+3
*
More helpful message when starting server
Gabe Kopley
2013-03-18
1
-1
/
+1
*
config.ru uses the effective Rack app
Yves Senn
2013-03-15
1
-0
/
+1
*
Stop calling "super" twice in Rails::Server#app
Carlos Antonio da Silva
2013-03-12
1
-1
/
+4
*
Add ENV['RACK_ENV'] support to rake runner/console/server.
kennyj
2012-12-06
1
-1
/
+1
*
copy the log level from the config settings
Aaron Patterson
2012-11-09
1
-0
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-7
/
+7
*
add Rack::Lock for webrick
Aaron Patterson
2012-08-21
1
-0
/
+9
*
Remove support for rails server RAILS_ENV=env-name
Sam Oliver
2012-05-30
1
-5
/
+0
*
use File.join rather than depend on Pathname
Aaron Patterson
2012-05-23
1
-1
/
+1
*
and one more time
Aditya Sanghi
2012-04-24
1
-1
/
+1
*
stamp out ruby-debug19 with extreme prejudice :)
Aditya Sanghi
2012-04-17
1
-1
/
+1
*
fix rails server support of RAILS_ENV variable
schneems
2012-03-20
1
-0
/
+5
*
allow people to specify custom formatters, use the default formatter in produ...
Aaron Patterson
2012-03-12
1
-0
/
+2
*
broadcasting to the console and remove file tailing middleware
Aaron Patterson
2012-01-20
1
-1
/
+7
*
do not do reverse lookups on incoming requests for webrick. fixes #4542
Aaron Patterson
2012-01-19
1
-0
/
+1
*
Use toplevel Rack::ContentLength
Jeremy Kemper
2011-10-19
1
-1
/
+1
*
Use again Rack's ContentLength middleware part 2
Santiago Pastorino
2011-10-18
1
-0
/
+1
[next]