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