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
*
Move middleware and route configuration from AC::Dispatcher to Rails applicat...
Joshua Peek
2009-09-26
1
-7
/
+5
*
Allow setting a default application for all integration tests
Joshua Peek
2009-09-26
1
-2
/
+1
*
Remove deprecated calls to Dispatcher.to_prepare
Joshua Peek
2009-09-26
1
-10
/
+5
*
Move default middleware stack into initializer
Joshua Peek
2009-09-26
1
-4
/
+0
*
Use NewCallbacks on ActionDispatch::Callbacks.
José Valim
2009-09-20
1
-8
/
+10
*
Extract generic callbacks middleware from dispatcher
Joshua Peek
2009-05-17
1
-14
/
+20
*
Extract ActionController rescue templates into Rescue and ShowExceptions midd...
Joshua Peek
2009-05-02
1
-13
/
+0
*
Don't return bare string as rack body
Jeremy Kemper
2009-04-27
1
-1
/
+1
*
Always buffer rack.input if it is not rewindable
Mislav Marohnić
2009-04-17
1
-1
/
+1
*
Make dispatcher instances immutable
Joshua Peek
2009-04-14
1
-1
/
+1
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-9
/
+8
|
\
|
*
Move development mode reloading up the stack to avoid issues with class reloa...
Joshua Peek
2009-02-20
1
-5
/
+8
|
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-4
/
+0
*
|
Move HTTP libs and middleware into ActionDispatch component
Joshua Peek
2009-01-27
1
-1
/
+1
|
/
*
Revert to the good old days when AssetTag didn't cause anyone problems
Joshua Peek
2009-01-02
1
-5
/
+0
*
Make router and controller classes better rack citizens
Joshua Peek
2008-12-28
1
-3
/
+1
*
Cleanup dispatch path
Joshua Peek
2008-12-18
1
-1
/
+3
*
Move gaint lock into middleware
Joshua Peek
2008-12-18
1
-1
/
+1
*
Boot out CGI Processor.
Joshua Peek
2008-12-04
1
-20
/
+18
*
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