aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/webrick_server.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that each request with the WEBrick adapter would open a new database co...David Heinemeier Hansson2005-07-101-0/+2
* Added ActionController::Base.allow_concurrency to control whether the applica...David Heinemeier Hansson2005-06-231-2/+2
* Fixed new WEBrick handling to actually pass parametersDavid Heinemeier Hansson2005-06-221-14/+23
* Removed the mutex from the WEBrick adapter under the production environment s...David Heinemeier Hansson2005-06-221-31/+65
* Fixed Webrick to escape + characters in URL's the same way that lighttpd and ...David Heinemeier Hansson2005-06-161-12/+10
* Added graceful handling of PUT, DELETE, and OPTIONS requests for a complete c...David Heinemeier Hansson2005-04-181-4/+2
* Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PA...David Heinemeier Hansson2005-03-221-0/+1
* Fixed webrick_server cookie handling to allow multiple cookes to be set at on...David Heinemeier Hansson2005-03-201-0/+1
* Fixed WEBrick server to use ABSOLUTE_RAILS_ROOT instead of working_directory ...David Heinemeier Hansson2005-03-061-1/+2
* Drop the _doc nonsense and use the index.html straight onDavid Heinemeier Hansson2005-02-241-2/+2
* Fixed that script/server -d was broken so daemon mode couldn't be used #687 [...David Heinemeier Hansson2005-02-201-0/+1
* Made caching work for WEBrick and lighttpd by appending .html for all URLs no...David Heinemeier Hansson2005-02-201-0/+13
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-67/+3
* Removed Fancy Indexing as a default option on the WEBrick servlet as it made ...David Heinemeier Hansson2005-01-041-1/+1
* Only requests that require processing from a controller should block the webr...David Heinemeier Hansson2004-12-161-3/+2
* This patch allows urls to be of the form :module/:controller/:action as well ...David Heinemeier Hansson2004-12-141-1/+10
* Fixed a pattern for module loadingDavid Heinemeier Hansson2004-12-121-2/+3
* Added pattern for specific actions in a modularized controllerDavid Heinemeier Hansson2004-12-121-0/+2
* Moved require_association to associations.rb and added methods for resetting ...David Heinemeier Hansson2004-12-121-11/+14
* Added preliminary remote breakpoint supportDavid Heinemeier Hansson2004-12-091-18/+0
* Syntax errors and other exceptions thrown outside of an action are now gracef...David Heinemeier Hansson2004-12-061-1/+0
* InitialDavid Heinemeier Hansson2004-11-241-0/+159