aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Extract generic callbacks middleware from dispatcherJoshua Peek2009-05-172-61/+40
* Merge Failsafe middleware into ShowExceptionsJoshua Peek2009-05-171-1/+0
* Ported Rescuable to new baseYehuda Katz + Carl Lerche2009-05-151-0/+1
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-1111-341/+28
|\
| * 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-0211-321/+9
| * Switch functional tests to run through the rack interface instead of processJoshua Peek2009-05-022-2/+2
* | OMG, a lot of workYehuda Katz + Carl Lerche2009-05-012-2/+2
|/
* Remove RewindableInput middleware since all input MUST be rewindable accordin...Joshua Peek2009-04-251-1/+0
* Makes rails-dev-boost work againCarl Lerche & Yehuda Katz2009-04-142-4/+4
* 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-133-41/+41
* 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-2714-1634/+9
* Reorganize ActionController folder structureJoshua Peek2009-01-2722-0/+2065