index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
dispatcher.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return processing lock to dispatcher, the finer grained lock was incompatible...
Aliaksey Kandratsenka
2008-10-04
1
-1
/
+13
*
call clear_active_connections! in :after_dispatch to give pooled connections ...
Aliaksey Kandratsenka
2008-10-04
1
-0
/
+16
*
Simplified and renamed CallbackChain union method to replace_or_append!
Joshua Peek
2008-08-21
1
-1
/
+1
*
Consistently use the framework's configured logger and avoid reverting to RAI...
Joshua Peek
2008-08-18
1
-2
/
+2
*
Added back ActionController::Base.allow_concurrency flag and moved lock down ...
Joshua Peek
2008-07-28
1
-11
/
+7
*
Replaced TemplateFinder abstraction with ViewLoadPaths
Joshua Peek
2008-06-17
1
-1
/
+1
*
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...
Joshua Peek
2008-06-03
1
-1
/
+1
*
Ensure Rack processor reads CGI output_cookies for the session cookie.
Joshua Peek
2008-06-02
1
-1
/
+1
*
Added Rack processor
Ezra Zygmuntowicz
2008-06-01
1
-1
/
+7
*
Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in pr...
Pratik Naik
2008-04-18
1
-40
/
+33
*
Tidy up ActiveSupport::Callbacks::CallbackChain instance API.
Joshua Peek
2008-04-17
1
-1
/
+1
*
Added Rails.public_path to control where HTML and assets are expected to be l...
David Heinemeier Hansson
2008-04-13
1
-1
/
+1
*
Refactor filters to use Active Support callbacks. Closes #11235.
Jeremy Kemper
2008-03-18
1
-10
/
+2
*
Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...
Michael Koziarski
2008-01-21
1
-0
/
+1
*
Revert r8669 for now, breaks Action Mailer. Reopens #10800.
Jeremy Kemper
2008-01-19
1
-1
/
+0
*
Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
Jeremy Kemper
2008-01-19
1
-0
/
+1
*
Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...
Jeremy Kemper
2008-01-19
1
-38
/
+13
*
Introduce native mongrel handler and push mutex into dispatcher.
Jeremy Kemper
2007-12-27
1
-6
/
+12
*
Fix doc typo on Dispatcher.dispatch. Closes #10434 [fxn]
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Dispatcher: fix that to_prepare should only run once in production. Closes #9...
Jeremy Kemper
2007-10-16
1
-1
/
+2
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-4
/
+9
*
Reinstate the default AR.instantiate_observers to_prepare block.
Jeremy Kemper
2007-09-26
1
-0
/
+6
*
Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...
Jeremy Kemper
2007-09-26
1
-0
/
+183