aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/dispatcher.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright timesDavid Heinemeier Hansson2006-09-031-1/+1
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-3/+3
* Add silencing to deprecations; avoid self-scolding.Nicholas Seckar2006-08-141-1/+3
* Rearrange application resetting and preparation, fix bug with leaking subclas...Rick Olson2006-08-091-1/+5
* Cause ApplicationController to be reloadedDavid Heinemeier Hansson2006-08-091-1/+1
* Fix Dispatcher.reset_application! so that AR subclasses are removed and Obser...Rick Olson2006-08-071-1/+1
* Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook.Nicholas Seckar2006-08-061-3/+44
* Tweak the Rails load order so observers are loaded after plugins, and reloade...Rick Olson2006-08-061-1/+1
* Fixed the failsafe response so it uses either the current recognized controll...Rick Olson2006-07-281-2/+5
* Dispatcher processes rescued actions with the same controller that processed ...Jeremy Kemper2006-07-081-1/+1
* New routes implementation. Simpler, faster, easier to understand. The publish...Jamis Buck2006-06-011-1/+1
* Added that Dispatcher exceptions should not be shown to the user unless a def...David Heinemeier Hansson2006-04-051-2/+20
* Fixed that rails --version should have the return code of 0 (success) (closes...David Heinemeier Hansson2006-04-031-1/+1
* Make the 3rd arg optional for #failsafe_responseRick Olson2006-03-081-2/+2
* Added a backtrace to the evil WSOD (White Screen of Death). Closes #4073. TO...Rick Olson2006-03-071-2/+4
* Clear stale, cached connections left behind by defunct threads. Eliminate dup...Jeremy Kemper2006-03-011-3/+2
* Speed up class -> connection caching and stale connection verification. Close...Jeremy Kemper2006-02-271-1/+2
* Remove LoadingModuleNicholas Seckar2006-02-031-2/+1
* Add LoadingModule.clear! back temporarilyNicholas Seckar2006-02-021-0/+1
* Pluralization bites againNicholas Seckar2006-02-021-1/+1
* Further improvements to reloading codeNicholas Seckar2006-02-021-2/+1
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-2/+1
* Connection cache to speed up retrieve_connection and get rid of dirty connect...Jeremy Kemper2005-12-041-1/+1
* r3181@asus: jeremy | 2005-11-19 02:52:24 -0800Jeremy Kemper2005-11-191-0/+1
* Failsafe response handler for dispatcher.Jeremy Kemper2005-11-021-7/+29
* Move Dispatcher.dispatch CGI.new out of default args and into rescuable block...Jeremy Kemper2005-11-011-12/+12
* Documentation updates/fixes for railtiesJamis Buck2005-10-161-0/+9
* Fixed memory leak with Active Record classes when Dependencies.mechanism = :l...David Heinemeier Hansson2005-09-201-0/+1
* Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is d...Nicholas Seckar2005-08-311-3/+10
* Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac...Jamis Buck2005-06-291-9/+10
* ActionMailer::Base subclasses are reloaded with other rails components #1262Jamis Buck2005-06-241-0/+1
* Removed the mutex from the WEBrick adapter under the production environment s...David Heinemeier Hansson2005-06-221-3/+3
* Dont activate the query cache just yetDavid Heinemeier Hansson2005-05-021-1/+0
* Started work on a per-request query cacheDavid Heinemeier Hansson2005-05-021-0/+1
* Added exception shallowing if the DRb server can't be started (not worth maki...David Heinemeier Hansson2005-03-061-1/+1
* Help against errors in ApplicationControllerDavid Heinemeier Hansson2005-02-201-2/+2
* Updated dependency loading to consider non-standard class/file name combinationsDavid Heinemeier Hansson2005-02-201-1/+1
* Allows a loading module to load from multiple load paths #675David Heinemeier Hansson2005-02-201-1/+1
* All libraries should link against the independent active supportDavid Heinemeier Hansson2005-02-151-1/+1
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-36/+14
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-15/+37
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-37/+15
* Moved subclass reloading responsibilities to DependenciesDavid Heinemeier Hansson2005-01-251-3/+1
* New approach to reloading that uses remove_const on ARs and AOs as well as ACsDavid Heinemeier Hansson2005-01-251-21/+6
* Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson]David Heinemeier Hansson2005-01-241-2/+2
* Fixed handling of syntax errors in models that had already been succesfully r...David Heinemeier Hansson2005-01-241-9/+19
* Another swing at reloadingDavid Heinemeier Hansson2005-01-241-13/+8
* Brought back reloading of modelsDavid Heinemeier Hansson2005-01-231-1/+1
* Flipped reloads aroundDavid Heinemeier Hansson2005-01-201-1/+1
* Fixed that FCGI can also display SyntaxErrorsDavid Heinemeier Hansson2005-01-201-3/+7