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
/
commands
/
server.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added Thin support to script/server. [#488 state:resolved]
Bob Klosinski
2008-06-25
1
-2
/
+12
*
Don't make new_mongrel server default yet
Jeremy Kemper
2007-12-29
1
-6
/
+2
*
Introduce native mongrel handler and push mutex into dispatcher.
Jeremy Kemper
2007-12-27
1
-2
/
+6
*
Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.
Jeremy Kemper
2007-03-06
1
-1
/
+1
*
script/server creates the tmp/pids directory. Closes #6204.
Jeremy Kemper
2006-09-13
1
-1
/
+1
*
script/server prefers mongrel over lighttpd
Jeremy Kemper
2006-06-29
1
-3
/
+3
*
Mongrel: script/server works on Win32. Closes #5499.
Jeremy Kemper
2006-06-28
1
-1
/
+7
*
Mongrel support for script/server. Closes #5475.
Jeremy Kemper
2006-06-23
1
-7
/
+10
*
Create temporary dirs relative to RAILS_ROOT when running script/server #5014...
David Heinemeier Hansson
2006-06-03
1
-1
/
+1
*
Dont require rake to run the server, just have a little undryness instead (cl...
David Heinemeier Hansson
2006-03-26
1
-6
/
+2
*
Use require_library_or_gem to load rake in commands/server.rb. Closes #4205.
Sam Stephenson
2006-03-12
1
-1
/
+1
*
Use the Rake API instead of shelling out to create the tmp directory in comma...
Sam Stephenson
2006-03-12
1
-2
/
+7
*
Added socket cleanup for lighttpd, both before and after [DHH] Added automati...
David Heinemeier Hansson
2006-03-04
1
-0
/
+1
*
Use require_library_or_gem 'fcgi' in script/server
Sam Stephenson
2005-11-07
1
-1
/
+1
*
Make sure to check for FCGI as well as lighttpd
David Heinemeier Hansson
2005-11-07
1
-1
/
+7
*
Added default lighttpd config in config/lighttpd.conf and added a default run...
David Heinemeier Hansson
2005-11-07
1
-56
/
+19
*
Fix problem with RAILS_ENV being frozen when set from environment variable
Jamis Buck
2005-10-14
1
-1
/
+1
*
Fix script/server to use the environment given by the -e toggle
Jamis Buck
2005-10-13
1
-0
/
+2
*
Clean up the act of commands
David Heinemeier Hansson
2005-09-29
1
-2
/
+2
*
Removed all the scripts in script/* and replaced it with one generic portal: ...
David Heinemeier Hansson
2005-09-29
1
-0
/
+57