aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/dispatcher.rb
Commit message (Expand)AuthorAgeFilesLines
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-24/+0
* Reorganize ActionController folder structureJoshua Peek2009-01-271-1/+1
* Bump up the year in MIT license filesPratik Naik2009-01-181-1/+1
* Updated copyright yearsDavid Heinemeier Hansson2008-05-111-1/+1
* Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...Jeremy Kemper2007-09-261-159/+2
* Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with...David Heinemeier Hansson2007-09-251-3/+8
* Missed Reloadable bits and piecesJeremy Kemper2007-09-141-5/+2
* Update copyright spanDavid Heinemeier Hansson2007-09-091-1/+1
* Fixed that dispatcher preparation callbacks only run once in production mode....Rick Olson2007-06-151-2/+1
* Fix precedence error in failsafe rescue. Closes #8625.Jeremy Kemper2007-06-121-1/+1
* Fix syntax error in dispatcher than wrecked failsafe responses. Closes #8625.Jeremy Kemper2007-06-111-2/+1
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-11/+0
* Improve dispatcher failsafe responses. Beef up compatibility with Mongrel's C...Jeremy Kemper2007-03-041-23/+48
* Attempt at fixing the preparation_callbacks, nzkoz will double checkDavid Heinemeier Hansson2006-12-271-8/+2
* Allow config.to_prepare to work, make the dispatcher safe to 're require'. [K...Michael Koziarski2006-12-261-1/+1
* If only life was that simple (it didnt help)David Heinemeier Hansson2006-12-011-2/+5
* Replace the elaborate reloading connection checking scheme, just fix the Ruby...David Heinemeier Hansson2006-12-011-5/+2
* Only reload connections in development mode that supports (and requires that)...David Heinemeier Hansson2006-11-261-2/+5
* Tried delaying database disconnect until after dependency resolution (referen...David Heinemeier Hansson2006-11-251-5/+3
* Added ActiveRecord::Base.clear_active_connections! in development mode so the...David Heinemeier Hansson2006-11-231-1/+5
* Make sure that exceptions which are thrown outside of the user code try their...Tobias Lütke2006-11-131-1/+2
* Alter prior change to use require_dependency instead of require_or_load. Caus...Nicholas Seckar2006-11-091-1/+1
* Remove temporary crutch to help ApplicationController be unloaded. Closes #6496.Nicholas Seckar2006-11-071-1/+1
* 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