aboutsummaryrefslogtreecommitdiffstats
path: root/railties/dispatches
Commit message (Expand)AuthorAgeFilesLines
* Fixed the dispatch.fcgi use of a loggerDavid Heinemeier Hansson2005-03-231-8/+9
* Added additional error handling to the FastCGI dispatcher to catch even error...David Heinemeier Hansson2005-03-211-12/+18
* Added begin/rescue around the FCGI dispatcher so no uncaught exceptions can b...David Heinemeier Hansson2005-03-041-1/+14
* Fixed WEBrick servlet slowdown over time by restricting the load path reloadi...David Heinemeier Hansson2005-01-061-1/+1
* Renamed public/dispatch.servlet to script/server -- it wasn't really dispatch...David Heinemeier Hansson2004-12-161-49/+0
* No longer needed to explicitly pass the session defaults as the error screen ...David Heinemeier Hansson2004-12-121-1/+1
* New error checking removes the necessity for giving a specific error page alo...David Heinemeier Hansson2004-12-071-1/+1
* Make the dispatch.rb behave after being run by the WEBrick dispatcherDavid Heinemeier Hansson2004-12-071-1/+1
* Syntax errors and other exceptions thrown outside of an action are now gracef...David Heinemeier Hansson2004-12-061-1/+0
* AbstractApplicationController and the individual controllers are now complete...David Heinemeier Hansson2004-11-301-1/+1
* InitialDavid Heinemeier Hansson2004-11-244-0/+67