| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use again Rack's ContentLength middleware | Santiago Pastorino | 2011-10-18 | 1 | -1/+0 |
* | Fixing Rails::Server#app under Rack::URLMap | Guillermo Iguaran | 2011-06-07 | 1 | -1/+1 |
* | Move content length to the server, this brings the same behavior as in rack 1.2. | José Valim | 2011-05-23 | 1 | -0/+1 |
* | Take into account the Rack::Server :SSLEnable option when building the applic... | Daniel Martin | 2011-05-06 | 1 | -1/+2 |
* | reduce two method calls per request, 1 to method_missing and one to send | Aaron Patterson | 2011-02-28 | 1 | -0/+4 |
* | Allow a PID file to be specified to rails server [#5031 state:resolved] | Sudara | 2010-07-08 | 1 | -0/+3 |
* | Note that 'rails server' allows specifying mongrel, thin, etc [#4845 state:re... | Trevor Turk | 2010-06-22 | 1 | -1/+1 |
* | Added absolute path for config.ru as well. Turns out this is also needed to f... | Ryan Duryea | 2010-06-20 | 1 | -1/+2 |
* | Pass rack the absolute path of server's pid file | Ryan Duryea | 2010-06-20 | 1 | -1/+1 |
* | Create tmp directories if required before starting server [#3907 state:resolved] | Ravinder Singh | 2010-03-31 | 1 | -0/+5 |
* | Fix server environment [#3877 status:resolved] | Simo Niemelä | 2010-02-10 | 1 | -4/+11 |
* | Add default values to output of 'rails server -h', hardcoded as Rack::Server ... | Prem Sichanugrist | 2010-02-10 | 1 | -3/+3 |
* | Fix 'rails server -h' double help banner. Correct its usage line. [#3874 stat... | Henrik N | 2010-02-06 | 1 | -1/+4 |
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 1 | -10/+1 |
* | Fix an issue where log was not being tailed in the first request. | José Valim | 2010-01-15 | 1 | -1/+14 |
* | LogTailer should be invoked after all logs in threads were flushed. | José Valim | 2010-01-15 | 1 | -5/+1 |
* | Get everyone running on Rails.env and fix the broken environment settings for... | David Heinemeier Hansson | 2010-01-11 | 1 | -4/+3 |
* | script/server should init Rails by loading config.ru | Joshua Peek | 2009-12-26 | 1 | -16/+4 |
* | Shift more responsibility from application class to its singleton instance. T... | Jeremy Kemper | 2009-12-23 | 1 | -5/+5 |