aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/dispatcher_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-47/+33
* Move route reloading into railtiesJoshua Peek2009-12-141-13/+0
* Move middleware and route configuration from AC::Dispatcher to Rails applicat...Joshua Peek2009-09-261-7/+5
* Allow setting a default application for all integration testsJoshua Peek2009-09-261-2/+1
* Remove deprecated calls to Dispatcher.to_prepareJoshua Peek2009-09-261-10/+5
* Move default middleware stack into initializerJoshua Peek2009-09-261-4/+0
* Use NewCallbacks on ActionDispatch::Callbacks.José Valim2009-09-201-8/+10
* Extract generic callbacks middleware from dispatcherJoshua Peek2009-05-171-14/+20
* Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-021-13/+0
* Don't return bare string as rack bodyJeremy Kemper2009-04-271-1/+1
* Always buffer rack.input if it is not rewindableMislav Marohnić2009-04-171-1/+1
* Make dispatcher instances immutableJoshua Peek2009-04-141-1/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-9/+8
|\
| * Move development mode reloading up the stack to avoid issues with class reloa...Joshua Peek2009-02-201-5/+8
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-4/+0
* | Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-1/+1
|/
* Revert to the good old days when AssetTag didn't cause anyone problemsJoshua Peek2009-01-021-5/+0
* Make router and controller classes better rack citizensJoshua Peek2008-12-281-3/+1
* Cleanup dispatch pathJoshua Peek2008-12-181-1/+3
* Move gaint lock into middlewareJoshua Peek2008-12-181-1/+1
* Boot out CGI Processor.Joshua Peek2008-12-041-20/+18
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-2/+0
* Ensure ActionView::Helpers::AssetTagHelper::AssetTag::Cache is cleared before...Tim Harper2008-10-201-1/+9
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-2/+2
* Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in pr...Pratik Naik2008-04-181-38/+17
* Stub out Dispatcher#log_failsafe_exception method to please the test gods.Joshua Peek2008-04-151-3/+6
* stub the instance method, there is no class methodJeremy Kemper2008-04-111-1/+1
* Ruby 1.9 compat: proc arityJeremy Kemper2008-04-011-4/+4
* Ruby 1.9: no args is 0 arity, not -1 as in 1.8Jeremy Kemper2008-04-011-2/+2
* Refactor filters to use Active Support callbacks. Closes #11235.Jeremy Kemper2008-03-181-1/+1
* Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...Jeremy Kemper2008-01-191-1/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung]Jeremy Kemper2007-12-271-1/+1
* Dispatcher: fix that to_prepare should only run once in production. Closes #9...Jeremy Kemper2007-10-161-0/+8
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-6/+6
* Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...Jeremy Kemper2007-09-261-0/+115