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
/
test
/
controller
/
dispatcher_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
1
-2
/
+0
*
Ensure ActionView::Helpers::AssetTagHelper::AssetTag::Cache is cleared before...
Tim Harper
2008-10-20
1
-1
/
+9
*
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...
Joshua Peek
2008-06-03
1
-2
/
+2
*
Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in pr...
Pratik Naik
2008-04-18
1
-38
/
+17
*
Stub out Dispatcher#log_failsafe_exception method to please the test gods.
Joshua Peek
2008-04-15
1
-3
/
+6
*
stub the instance method, there is no class method
Jeremy Kemper
2008-04-11
1
-1
/
+1
*
Ruby 1.9 compat: proc arity
Jeremy Kemper
2008-04-01
1
-4
/
+4
*
Ruby 1.9: no args is 0 arity, not -1 as in 1.8
Jeremy Kemper
2008-04-01
1
-2
/
+2
*
Refactor filters to use Active Support callbacks. Closes #11235.
Jeremy Kemper
2008-03-18
1
-1
/
+1
*
Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...
Jeremy Kemper
2008-01-19
1
-1
/
+1
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung]
Jeremy Kemper
2007-12-27
1
-1
/
+1
*
Dispatcher: fix that to_prepare should only run once in production. Closes #9...
Jeremy Kemper
2007-10-16
1
-0
/
+8
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-6
/
+6
*
Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...
Jeremy Kemper
2007-09-26
1
-0
/
+115