aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware
Commit message (Expand)AuthorAgeFilesLines
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-082-0/+3
* Revert "Only save the session if we're actually writing to it [#2703 state:re...Joshua Peek2009-05-301-10/+1
* Only save the session if we're actually writing to it [#2703 state:resolved]Johan Sörensen2009-05-281-1/+10
* Make the default 500 Internal Server Error page more friendly. Many people do...Hongli Lai (Phusion)2009-05-271-1/+4
* Got all the dispatch tests running on new baseCarl Lerche2009-05-261-5/+6
* Wrap string body in an arrayJeremy Kemper2009-05-201-1/+1
* Allow ParamsParser to parse YAML from the request body IO directlyBrian Lopez2009-05-171-1/+1
* Extract generic callbacks middleware from dispatcherJoshua Peek2009-05-171-0/+40
* Merge Failsafe middleware into ShowExceptionsJoshua Peek2009-05-172-98/+40
* Add support for parsing XML and JSON from an IO as well as a string [#2659 st...Brian Lopez2009-05-171-5/+3
* Instead of checking Rails.env.test? in Failsafe middleware, check env["rails....Bryan Helmkamp2009-05-161-3/+2
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-1112-16/+283
|\
| * Wrap dispatcher callbacks around the whole middleware chain. Kill unnecessary...Joshua Peek2009-05-031-14/+0
| * Show lazy middleware args in pretty printJoshua Peek2009-05-031-2/+1
| * Extract ActionController rescue templates into Rescue and ShowExceptions midd...Joshua Peek2009-05-0210-0/+280
* | Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-011-2/+0
|/
* Switch to action_dispatch rack namespace Joshua Peek2009-04-301-1/+1
* Don't return bare string as rack bodyJeremy Kemper2009-04-271-2/+2
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-262-6/+29
* Fix environment variable testing code in failsafe.rb.Hongli Lai (Phusion)2009-04-261-1/+1
* Fix typo in stale session check [#2404 state:resolved]Joshua Peek2009-04-261-1/+1
* Remove RewindableInput middleware since all input MUST be rewindable accordin...Joshua Peek2009-04-251-19/+0
* Remove pending rack specifications until they are officialJoshua Peek2009-04-251-1/+1
* Opt in to JSONJeremy Kemper2009-04-221-0/+2
* Always buffer rack.input if it is not rewindableMislav Marohnić2009-04-171-17/+8
* Move reloader middleware in ActionDispatchJoshua Peek2009-04-141-0/+14
* Move middleware stack out of utils folderJoshua Peek2009-04-141-0/+119
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-132-32/+42
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-303-6/+10
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-276-0/+590