aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/dispatcher.rb
Commit message (Expand)AuthorAgeFilesLines
* Proper API for reloading translationsDavid Heinemeier Hansson2008-10-291-0/+4
* Ensure ActionView::Helpers::AssetTagHelper::AssetTag::Cache is cleared before...Tim Harper2008-10-201-1/+2
* Return processing lock to dispatcher, the finer grained lock was incompatible...Aliaksey Kandratsenka2008-10-041-1/+13
* call clear_active_connections! in :after_dispatch to give pooled connections ...Aliaksey Kandratsenka2008-10-041-0/+16
* Simplified and renamed CallbackChain union method to replace_or_append!Joshua Peek2008-08-211-1/+1
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-181-2/+2
* Added back ActionController::Base.allow_concurrency flag and moved lock down ...Joshua Peek2008-07-281-11/+7
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-1/+1
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-1/+1
* Ensure Rack processor reads CGI output_cookies for the session cookie.Joshua Peek2008-06-021-1/+1
* Added Rack processorEzra Zygmuntowicz2008-06-011-1/+7
* Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in pr...Pratik Naik2008-04-181-40/+33
* Tidy up ActiveSupport::Callbacks::CallbackChain instance API.Joshua Peek2008-04-171-1/+1
* Added Rails.public_path to control where HTML and assets are expected to be l...David Heinemeier Hansson2008-04-131-1/+1
* Refactor filters to use Active Support callbacks. Closes #11235.Jeremy Kemper2008-03-181-10/+2
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-0/+1
* Revert r8669 for now, breaks Action Mailer. Reopens #10800.Jeremy Kemper2008-01-191-1/+0
* Introduce TemplateFinder to handle view paths and lookups. Closes #10800.Jeremy Kemper2008-01-191-0/+1
* Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...Jeremy Kemper2008-01-191-38/+13
* Introduce native mongrel handler and push mutex into dispatcher.Jeremy Kemper2007-12-271-6/+12
* Fix doc typo on Dispatcher.dispatch. Closes #10434 [fxn]Jeremy Kemper2007-12-101-1/+1
* Dispatcher: fix that to_prepare should only run once in production. Closes #9...Jeremy Kemper2007-10-161-1/+2
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-4/+9
* Reinstate the default AR.instantiate_observers to_prepare block.Jeremy Kemper2007-09-261-0/+6
* Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...Jeremy Kemper2007-09-261-0/+183