aboutsummaryrefslogtreecommitdiffstats
path: root/railties/dispatches
Commit message (Expand)AuthorAgeFilesLines
* Generate rackup dispatcher with rails:update:generate_dispatchersJoshua Peek2008-12-011-0/+7
* Use "/usr/bin/env ruby" instead of "/usr/local/bin/ruby"Tarmo Tänav2008-07-313-5/+5
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Ruby 1.9 compatibility. References #1689.Jeremy Kemper2007-12-171-2/+2
* Added fixed gateway script [Nicholas Seckar]David Heinemeier Hansson2005-07-061-37/+76
* Made gateway.cgi work with a ruby called anythingDavid Heinemeier Hansson2005-07-041-2/+3
* Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ...David Heinemeier Hansson2005-07-041-0/+57
* r1588@asus: jeremy | 2005-07-02 03:14:45 -0700Jeremy Kemper2005-07-021-1/+19
* Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac...Jamis Buck2005-06-291-95/+3
* Had some logic backwards in the new dispatch.fcgi handlerJamis Buck2005-06-271-2/+2
* RailsFCGIHandler (dispatch.fcgi) no longer tries to explicitly flush $stdout ...Jamis Buck2005-06-271-1/+0
* Missing parameter for trap_handler in dispatch.fcgiJamis Buck2005-06-221-1/+1
* Refactored dispatch.fcgi. Added unit tests for dispatch.fcgi. Added trap to r...Jamis Buck2005-06-221-53/+83
* Made dispatch.fcgi more robust by catching fluke errors and retrying unless i...David Heinemeier Hansson2005-05-041-6/+48
* 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