aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* Functional test runner finalizes response just like the integration test runn...Joshua Peek2009-05-021-1/+1
* Deprecate assert_redirect_to's partial hash matchingJoshua Peek2009-05-021-2/+0
* Move TestRequest#query_parameters into AD TestRequestJoshua Peek2009-04-301-1/+1
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-302-72/+20
* Group integration test helpers and delegate other helpers to request and resp...Joshua Peek2009-04-301-0/+9
* Switch to action_dispatch rack namespace Joshua Peek2009-04-301-2/+2
* Deprecate template, session, assigns, and layout accessors on response object...Joshua Peek2009-04-281-3/+13
* Deprecate response.assignsJoshua Peek2009-04-281-2/+6
* Delegate controller.session to request.session and deprecate response session Joshua Peek2009-04-272-9/+5
* Array splitting strings on newlines is deprecatedJeremy Kemper2009-04-261-4/+15
* Not sure why Request#session is missingJeremy Kemper2009-04-261-0/+8
* Check for to_str rather than StringJeremy Kemper2009-04-261-3/+1
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-262-12/+5
* Move useful response test helpers into requestJoshua Peek2009-04-261-2/+63
* Remove vendored version of RackJoshua Peek2009-04-251-1/+5
* Remove pending rack specifications until they are officialJoshua Peek2009-04-251-2/+2
* Use rack's status code list as a baseJoshua Peek2009-04-141-67/+19
* We aren't using UploadedStringIO and UploadedTempfile anymoreJoshua Peek2009-04-141-0/+28
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-132-47/+67
* Remove errant debug codeYehuda Katz2009-02-031-2/+0
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-02-021-1/+0
|\
| * Remove dead cgi_ext requireJeremy Kemper2009-01-311-1/+0
* | Some merge cleanupYehuda Katz2009-02-021-10/+11
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-22/+9
|/
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-276-0/+1103