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
/
webrick_server.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop ActionController::Base.allow_concurrency flag
Joshua Peek
2008-06-08
1
-11
/
+2
*
Fixed that webrick would strip leading newlines and hang connection (closes #...
David Heinemeier Hansson
2007-01-05
1
-1
/
+1
*
Fix Webrick Daemon dispatching bug regarding a bad current working directory....
Rick Olson
2006-12-25
1
-1
/
+3
*
Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad p...
Rick Olson
2006-09-02
1
-1
/
+0
*
remove superfluous ABSOLUTE_RAILS_ROOT from webrick server
Jeremy Kemper
2006-08-29
1
-3
/
+1
*
New dependencies implementation
Nicholas Seckar
2006-08-08
1
-0
/
+1
*
Remove requires from webrick server; they were causing dispatcher.rb to be do...
Nicholas Seckar
2006-08-06
1
-4
/
+1
*
Remove the extraneous AR::Base.threaded_connections setting from the webrick ...
Jeremy Kemper
2006-02-28
1
-2
/
+0
*
Fixed that static requests could unlock the mutex guarding dynamic requests i...
David Heinemeier Hansson
2006-01-21
1
-6
/
+6
*
Pulled auto-starting browser: More pain than gain
David Heinemeier Hansson
2005-11-12
1
-4
/
+0
*
Added automatic browser launching on OS X when starting script/server [DHH]
David Heinemeier Hansson
2005-11-09
1
-0
/
+4
*
Documentation updates/fixes for railties
Jamis Buck
2005-10-16
1
-5
/
+12
*
Make webrick work with session(:off)
Jamis Buck
2005-10-13
1
-1
/
+1
*
Don't set the :MimeTypes option if it is nil (causes routing errors on styles...
Jamis Buck
2005-09-15
1
-5
/
+6
*
Added -m/--mime-types option to the WEBrick server, so you can specify a Apac...
David Heinemeier Hansson
2005-09-09
1
-3
/
+7
*
Added -c/--charset option to WEBrick controller, so you can specify a default...
David Heinemeier Hansson
2005-09-09
1
-0
/
+10
*
Fixed that each request with the WEBrick adapter would open a new database co...
David Heinemeier Hansson
2005-07-10
1
-0
/
+2
*
Added ActionController::Base.allow_concurrency to control whether the applica...
David Heinemeier Hansson
2005-06-23
1
-2
/
+2
*
Fixed new WEBrick handling to actually pass parameters
David Heinemeier Hansson
2005-06-22
1
-14
/
+23
*
Removed the mutex from the WEBrick adapter under the production environment s...
David Heinemeier Hansson
2005-06-22
1
-31
/
+65
*
Fixed Webrick to escape + characters in URL's the same way that lighttpd and ...
David Heinemeier Hansson
2005-06-16
1
-12
/
+10
*
Added graceful handling of PUT, DELETE, and OPTIONS requests for a complete c...
David Heinemeier Hansson
2005-04-18
1
-4
/
+2
*
Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PA...
David Heinemeier Hansson
2005-03-22
1
-0
/
+1
*
Fixed webrick_server cookie handling to allow multiple cookes to be set at on...
David Heinemeier Hansson
2005-03-20
1
-0
/
+1
*
Fixed WEBrick server to use ABSOLUTE_RAILS_ROOT instead of working_directory ...
David Heinemeier Hansson
2005-03-06
1
-1
/
+2
*
Drop the _doc nonsense and use the index.html straight on
David Heinemeier Hansson
2005-02-24
1
-2
/
+2
*
Fixed that script/server -d was broken so daemon mode couldn't be used #687 [...
David Heinemeier Hansson
2005-02-20
1
-0
/
+1
*
Made caching work for WEBrick and lighttpd by appending .html for all URLs no...
David Heinemeier Hansson
2005-02-20
1
-0
/
+13
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-67
/
+3
*
Removed Fancy Indexing as a default option on the WEBrick servlet as it made ...
David Heinemeier Hansson
2005-01-04
1
-1
/
+1
*
Only requests that require processing from a controller should block the webr...
David Heinemeier Hansson
2004-12-16
1
-3
/
+2
*
This patch allows urls to be of the form :module/:controller/:action as well ...
David Heinemeier Hansson
2004-12-14
1
-1
/
+10
*
Fixed a pattern for module loading
David Heinemeier Hansson
2004-12-12
1
-2
/
+3
*
Added pattern for specific actions in a modularized controller
David Heinemeier Hansson
2004-12-12
1
-0
/
+2
*
Moved require_association to associations.rb and added methods for resetting ...
David Heinemeier Hansson
2004-12-12
1
-11
/
+14
*
Added preliminary remote breakpoint support
David Heinemeier Hansson
2004-12-09
1
-18
/
+0
*
Syntax errors and other exceptions thrown outside of an action are now gracef...
David Heinemeier Hansson
2004-12-06
1
-1
/
+0
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+159