aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Move integration test runner into ActionDispatchJoshua Peek2009-09-232-0/+495
* Fixes Sam Ruby tests suite.José Valim2009-09-211-6/+1
* Use NewCallbacks on ActionDispatch::Callbacks.José Valim2009-09-201-23/+38
* 1.9 fix for changes to #to_s. By Sam Ruby. [#3228 state:resolved]Yehuda Katz2009-09-181-2/+2
* Beef up AD::Rescue to replace global exception handling lost in ApplicationCo...Joshua Peek2009-09-151-4/+16
* Lazy require memcache for session middlewareJoshua Peek2009-09-131-40/+35
* CookieStore should not be derived from Hash - reverting [#2268 state:resolved]Jay Pignata2009-09-031-1/+1
* If session_options[:id] is requested when using CookieStore, unmarshal the se...Jay Pignata2009-09-031-3/+14
* rack-test 0.4.2 has rack 1.1.pre goodies, we'll use it insteadJoshua Peek2009-08-311-297/+2
* 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