Commit message (Collapse) | 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 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | 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 |
| | | | | | | state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | 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 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8511 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Introduce native mongrel handler and push mutex into dispatcher. | Jeremy Kemper | 2007-12-27 | 1 | -2/+6 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8488 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Windows: include MinGW in RUBY_PLATFORM check. Closes #2982. | Jeremy Kemper | 2007-03-06 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6344 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | script/server creates the tmp/pids directory. Closes #6204. | Jeremy Kemper | 2006-09-13 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5103 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | script/server prefers mongrel over lighttpd | Jeremy Kemper | 2006-06-29 | 1 | -3/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4507 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Mongrel: script/server works on Win32. Closes #5499. | Jeremy Kemper | 2006-06-28 | 1 | -1/+7 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4504 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Mongrel support for script/server. Closes #5475. | Jeremy Kemper | 2006-06-23 | 1 | -7/+10 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4486 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Create temporary dirs relative to RAILS_ROOT when running script/server ↵ | David Heinemeier Hansson | 2006-06-03 | 1 | -1/+1 |
| | | | | | | #5014 [elliot@townx.org] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4426 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Dont require rake to run the server, just have a little undryness instead ↵ | David Heinemeier Hansson | 2006-03-26 | 1 | -6/+2 |
| | | | | | | (closes #4213) [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4037 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Use require_library_or_gem to load rake in commands/server.rb. Closes #4205. | Sam Stephenson | 2006-03-12 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3851 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Use the Rake API instead of shelling out to create the tmp directory in ↵ | Sam Stephenson | 2006-03-12 | 1 | -2/+7 |
| | | | | | | commands/server.rb git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3848 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added socket cleanup for lighttpd, both before and after [DHH] Added ↵ | David Heinemeier Hansson | 2006-03-04 | 1 | -0/+1 |
| | | | | | | automatic creation of tmp/ when running script/server [DHH] Added silence_stream that'll work on both STDERR or STDOUT or any other stream and deprecated silence_stderr in the process [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3761 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Use require_library_or_gem 'fcgi' in script/server | Sam Stephenson | 2005-11-07 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2920 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Make sure to check for FCGI as well as lighttpd | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+7 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2917 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added default lighttpd config in config/lighttpd.conf and added a default ↵ | David Heinemeier Hansson | 2005-11-07 | 1 | -56/+19 |
| | | | | | | runner for lighttpd in script/server (works like script/server, but using lighttpd and FastCGI). It will use lighttpd if available, otherwise WEBrick. You can force either or using 'script/server lighttpd' or 'script/server webrick' [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2912 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix problem with RAILS_ENV being frozen when set from environment variable | Jamis Buck | 2005-10-14 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2576 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix script/server to use the environment given by the -e toggle | Jamis Buck | 2005-10-13 | 1 | -0/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2552 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Clean up the act of commands | David Heinemeier Hansson | 2005-09-29 | 1 | -2/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2412 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Removed all the scripts in script/* and replaced it with one generic portal: ↵ | David Heinemeier Hansson | 2005-09-29 | 1 | -0/+57 |
script/run git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2411 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |