aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/webrick_server.rb
Commit message (Expand)AuthorAgeFilesLines
* Drop ActionController::Base.allow_concurrency flagJoshua Peek2008-06-081-11/+2
* Fixed that webrick would strip leading newlines and hang connection (closes #...David Heinemeier Hansson2007-01-051-1/+1
* Fix Webrick Daemon dispatching bug regarding a bad current working directory....Rick Olson2006-12-251-1/+3
* Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad p...Rick Olson2006-09-021-1/+0
* remove superfluous ABSOLUTE_RAILS_ROOT from webrick serverJeremy Kemper2006-08-291-3/+1
* New dependencies implementationNicholas Seckar2006-08-081-0/+1
* Remove requires from webrick server; they were causing dispatcher.rb to be do...Nicholas Seckar2006-08-061-4/+1
* Remove the extraneous AR::Base.threaded_connections setting from the webrick ...Jeremy Kemper2006-02-281-2/+0
* Fixed that static requests could unlock the mutex guarding dynamic requests i...David Heinemeier Hansson2006-01-211-6/+6
* Pulled auto-starting browser: More pain than gainDavid Heinemeier Hansson2005-11-121-4/+0
* Added automatic browser launching on OS X when starting script/server [DHH]David Heinemeier Hansson2005-11-091-0/+4
* Documentation updates/fixes for railtiesJamis Buck2005-10-161-5/+12
* Make webrick work with session(:off)Jamis Buck2005-10-131-1/+1
* Don't set the :MimeTypes option if it is nil (causes routing errors on styles...Jamis Buck2005-09-151-5/+6
* Added -m/--mime-types option to the WEBrick server, so you can specify a Apac...David Heinemeier Hansson2005-09-091-3/+7
* Added -c/--charset option to WEBrick controller, so you can specify a default...David Heinemeier Hansson2005-09-091-0/+10
* 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