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
*
Fix script/server's default mount path [#2731 state:resolved]
Joshua Peek
2009-05-28
1
-1
/
+1
*
server command help inconsistency fix [#2685 state:resolved]
anupom syam
2009-05-27
1
-5
/
+5
*
Fix missing core extension dependencies
Jeremy Kemper
2009-04-28
1
-1
/
+0
*
script/server command can accept --path option to set app's root path [#1156 ...
Chris Cherry
2009-02-05
1
-4
/
+15
*
Use LogTailer
Jeremy Kemper
2008-12-18
1
-1
/
+1
*
opps, inner_app is in the wrong conditional
Joshua Peek
2008-12-01
1
-1
/
+1
*
Generate rackup dispatcher with rails:update:generate_dispatchers
Joshua Peek
2008-12-01
1
-9
/
+11
*
Move debugger into middleware
Joshua Peek
2008-11-25
1
-12
/
+1
*
don't try to require vendored rack in script/server
Joshua Peek
2008-11-25
1
-1
/
+2
*
Switch script/server to use rack processor
Joshua Peek
2008-11-22
1
-29
/
+95
*
Drop lighttpd support from script/server
Joshua Peek
2008-11-22
1
-5
/
+1
*
Kill dead "new_mongrel" handler
Joshua Peek
2008-11-22
1
-2
/
+2
*
Prefer Mongrel over Thin [#658 state:resolved]
Joshua Peek
2008-07-19
1
-3
/
+3
*
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