aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/webrick_server.rb
Commit message (Expand)AuthorAgeFilesLines
* 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