aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/server.rb
Commit message (Expand)AuthorAgeFilesLines
* Use the PORT environment variable for rails serverDavid Cornu2015-08-181-1/+1
* Use exist? instead of deprecated exists?Kasper Timm Hansen2015-08-051-2/+2
* Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-041-0/+23
* remove Rack::Lock for webrickAaron Patterson2015-07-101-11/+1
* Remove `config` options from `default_options` in `railties`Nuri Hodges2015-06-261-2/+1
* Remove ContentLength middleware from the defaults.Aaron Patterson2015-06-171-1/+0
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-1/+1
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-1/+1
* Remove unused Rails::Server#log_pathPhill Baker2015-02-161-4/+0
* Remove debugger supportRafael Mendonça França2015-01-041-12/+0
* Remove the tmp/sessions folder and its clear taskRobin Dupret2015-01-031-1/+1
* Document that the default for `rails server -b` has changedGodfrey Chan2014-09-221-5/+1
* fix server names [ci skip]Vijay Dev2014-08-221-1/+1
* Make text consistent in help text of rails server and console commands.Vijay Dev2014-08-211-9/+9
* Add ability to extend `rails server` command options parserAndrey Chernih2014-07-111-7/+11
* Keep debugger support only for rubies < 2.0.0David Rodríguez de Dios2014-04-081-2/+11
* AestheticsRafael Mendonça França2013-11-071-13/+13
* Move interrupt information to print_boot_information methodAlex Johnson2013-11-071-4/+1
* Extract method refactoring for Rails::Server#startAlex Johnson2013-11-071-24/+38
* Make logging to stdout work again with implicit `development` envMarc Schütz2013-10-131-1/+2
* Only output Server logs in Developmentschneems2013-09-221-2/+3
* add notice to server boot messages if using default 0.0.0.0 bindingLuke Wendling2013-05-251-0/+3
* More helpful message when starting serverGabe Kopley2013-03-181-1/+1
* config.ru uses the effective Rack appYves Senn2013-03-151-0/+1
* Stop calling "super" twice in Rails::Server#appCarlos Antonio da Silva2013-03-121-1/+4
* Add ENV['RACK_ENV'] support to rake runner/console/server.kennyj2012-12-061-1/+1
* copy the log level from the config settingsAaron Patterson2012-11-091-0/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-7/+7
* add Rack::Lock for webrickAaron Patterson2012-08-211-0/+9
* Remove support for rails server RAILS_ENV=env-nameSam Oliver2012-05-301-5/+0
* use File.join rather than depend on PathnameAaron Patterson2012-05-231-1/+1
* and one more timeAditya Sanghi2012-04-241-1/+1
* stamp out ruby-debug19 with extreme prejudice :)Aditya Sanghi2012-04-171-1/+1
* fix rails server support of RAILS_ENV variableschneems2012-03-201-0/+5
* allow people to specify custom formatters, use the default formatter in produ...Aaron Patterson2012-03-121-0/+2
* broadcasting to the console and remove file tailing middlewareAaron Patterson2012-01-201-1/+7
* do not do reverse lookups on incoming requests for webrick. fixes #4542Aaron Patterson2012-01-191-0/+1
* Use toplevel Rack::ContentLengthJeremy Kemper2011-10-191-1/+1
* Use again Rack's ContentLength middleware part 2Santiago Pastorino2011-10-181-0/+1
* Use again Rack's ContentLength middlewareSantiago Pastorino2011-10-181-1/+0
* Fixing Rails::Server#app under Rack::URLMapGuillermo Iguaran2011-06-071-1/+1
* Move content length to the server, this brings the same behavior as in rack 1.2.José Valim2011-05-231-0/+1
* Take into account the Rack::Server :SSLEnable option when building the applic...Daniel Martin2011-05-061-1/+2
* reduce two method calls per request, 1 to method_missing and one to sendAaron Patterson2011-02-281-0/+4
* Allow a PID file to be specified to rails server [#5031 state:resolved]Sudara2010-07-081-0/+3
* Note that 'rails server' allows specifying mongrel, thin, etc [#4845 state:re...Trevor Turk2010-06-221-1/+1
* Added absolute path for config.ru as well. Turns out this is also needed to f...Ryan Duryea2010-06-201-1/+2
* Pass rack the absolute path of server's pid fileRyan Duryea2010-06-201-1/+1
* Create tmp directories if required before starting server [#3907 state:resolved]Ravinder Singh2010-03-311-0/+5
* Fix server environment [#3877 status:resolved]Simo Niemelä2010-02-101-4/+11