aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Back off rack 1.1-pre and bundle in the new testing goodiesJoshua Peek2009-08-3152-5414/+297
* Switch over to rack-test gemJoshua Peek2009-08-317-641/+0
* SessionHash#update and SessionHash#delete are missing a call to load! [#3056 ...Joshua Peek2009-08-311-0/+2
* Require necessary active_support files in cookie storeCarl Lerche2009-08-261-0/+2
* Rework Middleware stack to match the Rack middleware protocol more closelyYehuda Katz + Carl Lerche2009-08-251-3/+3
* ActionController::Metal can be a middlewareYehuda Katz + Carl Lerche2009-08-251-1/+4
* Move legacy param_parsers config onto AD::ParamsParserJoshua Peek2009-08-211-5/+7
* Adding a call to logger from params_parser to give detailed debug information...Jay Pignata2009-08-151-0/+6
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-24/+12
* More perf work:Yehuda Katz2009-08-112-58/+63
* Got overhead down from 127 to 85. All tests pass:Yehuda Katz2009-08-111-36/+56
* This change causes some failing tests, but it should be possible to make them...Yehuda Katz2009-08-111-11/+12
* Allow to configure trusted proxies via ActionController::Base.trusted_proxies...Felipe Talavera2009-08-091-2/+2
* Add :redirect to the testable RJS statements [#2612 state:resolved]Jon Wood2009-08-091-3/+10
* Remove legacy processing and content_lengthYehuda Katz2009-08-021-40/+10
* Update cache_control to be a Hash of options that is used to build the header.Yehuda Katz2009-08-021-5/+19
* Remove last TODO.José Valim2009-07-291-1/+1
* Remove Mime::ALL from Mime::SET.José Valim2009-07-291-2/+4
* Refactor even more Responder. Move mime negotiation to request and added resp...José Valim2009-07-291-8/+34
* Small changes to get 1.9 passing (for the most part)Yehuda Katz2009-06-231-1/+1
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-172-7/+17
* Finish making things pass with updated internal content_type semanticsYehuda Katz + Carl Lerche2009-06-151-45/+11
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-082-0/+3
* Depend on Hash#diff extensionJeremy Kemper2009-05-301-0/+2
* 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
* Don't want Rack's Content-Type default header thoughJeremy Kemper2009-05-241-2/+3
* Construct a single HeaderHash. Speed up assign_default_content_type_and_charsetJeremy Kemper2009-05-241-4/+10
* Speed up Request#formatsJeremy Kemper2009-05-231-6/+14
* Slightly modify things to get content type matching working without breaking ...Yehuda Katz2009-05-231-2/+8
* Remove some response content type concepts from ActionViewYehuda Katz + Carl Lerche2009-05-212-2/+2
* Fixed new_base tests on ruby 1.9Yehuda Katz + Carl Lerche2009-05-201-1/+1
* Wrap string body in an arrayJeremy Kemper2009-05-201-1/+1
* Temporarily bundle rack-test while MockSession is bakingJoshua Peek2009-05-197-0/+641
* 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
* Cherry-picking Active Support extensionsJeremy Kemper2009-05-141-2/+4
* Cherry-pick core extensionsJeremy Kemper2009-05-133-0/+3
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-6/+0
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-1116-45/+304
|\
| * 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-0211-7/+281
| * Switch functional tests to run through the rack interface instead of processJoshua Peek2009-05-021-0/+5
| * Functional test runner finalizes response just like the integration test runn...Joshua Peek2009-05-022-13/+7