aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/dispatch/dispatcher.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Rails.application where we want a valid rack appJoshua Peek2009-10-161-1/+1
* Revert "Revert "Fix Dispatch.new so passenger works" as it broke the build"Joshua Peek2009-10-051-1/+1
* Revert "Fix Dispatch.new so passenger works" as it broke the buildMichael Koziarski2009-10-051-1/+1
* Fix Dispatch.new so passenger worksJoshua Peek2009-10-041-1/+1
* Move middleware and route configuration from AC::Dispatcher to Rails applicat...Joshua Peek2009-09-261-8/+3
* Move default middleware stack into initializerJoshua Peek2009-09-261-4/+1
* Use NewCallbacks on ActionDispatch::Callbacks.José Valim2009-09-201-1/+1
* Extract generic callbacks middleware from dispatcherJoshua Peek2009-05-171-61/+39
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-32/+23
|\
| * Wrap dispatcher callbacks around the whole middleware chain. Kill unnecessary...Joshua Peek2009-05-031-23/+22
| * Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-021-12/+4
| * Switch functional tests to run through the rack interface instead of processJoshua Peek2009-05-021-1/+1
* | OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-1/+1
|/
* Make dispatcher instances immutableJoshua Peek2009-04-141-3/+14
* Final blow to CGIJoshua Peek2009-04-141-14/+3
* Move reloader middleware in ActionDispatchJoshua Peek2009-04-141-2/+2
* Make dispatcher instances immutableJoshua Peek2009-04-141-13/+9
* Final blow to CGIJoshua Peek2009-04-141-20/+2
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-25/+27
* Updated old AC::Base for small changes to AVYehuda Katz and Carl Lerche2009-04-081-1/+0
* Temporarily reraise to simplify debuggingYehuda Katz2009-03-171-0/+1
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-2/+2
* Reorganize ActionController folder structureJoshua Peek2009-01-271-0/+116