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
*
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
*
Fix an ivar name conflict in Rails::Server
Carlhuda
2009-12-02
1
-5
/
+5
*
Have script/* and Rakefile use the application object
Carlhuda
2009-11-24
1
-3
/
+16
*
Refactor script/server into an object that inherits from Rack::Server
Carlhuda
2009-11-23
1
-59
/
+61
*
Revert "Final steps toward clean rails "foo"; cd foo; gem bundle; script/serv...
Jeremy Kemper
2009-11-19
1
-3
/
+1
*
Final steps toward clean rails "foo"; cd foo; gem bundle; script/server working
Yehuda Katz + Carl Lerche
2009-11-18
1
-1
/
+3
*
Make script/server work with correct application.rb
Yehuda Katz
2009-11-16
1
-1
/
+1
*
Require action_dispatch, not action_controller
Yehuda Katz
2009-11-16
1
-1
/
+1
*
Get apps generated with working again.
Carl Lerche
2009-10-16
1
-1
/
+1
*
Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...
Carl Lerche
2009-10-16
1
-2
/
+2
*
Enable static asset server by default
Joshua Peek
2009-09-26
1
-1
/
+0
*
Move tmp directory creation from server to initializer
Joshua Peek
2009-09-26
1
-4
/
+0
*
Extract "parse_config" into AD
Joshua Peek
2009-09-25
1
-13
/
+1
*
Remove relative url configuration from script/server
Joshua Peek
2009-09-25
1
-15
/
+4
*
Generate a config.ru stub
Joshua Peek
2009-09-25
1
-13
/
+8
*
Revert "Start Rails::Application object"
Joshua Peek
2009-09-25
1
-2
/
+38
*
Start Rails::Application object
Yehuda Katz + Carl Lerche
2009-09-25
1
-38
/
+2
*
Move railties/lib/* into railties/lib/*
Yehuda Katz + Carl Lerche
2009-09-24
1
-0
/
+106