aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* Allow autoloads to opt out of eager loadingJoshua Peek2009-12-121-1/+2
* Reduce usage of interpret_status. It should also return a integerJoshua Peek2009-12-101-17/+0
* Ensure Cache-Control max-age is an integerJeremy Kemper2009-12-021-1/+1
* Response#write is defined twice (this is why -w is good)Joshua Peek2009-12-011-6/+0
* Response#cache_control is defined laterJoshua Peek2009-12-011-1/+0
* Ruby 1.9.2: StringIO no longer has #pathJeremy Kemper2009-11-131-1/+1
* Object#tap is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-1/+0
* Unknown :format param should result in empty request.formatsJeremy Kemper2009-11-081-1/+1
* Break up inflector to reduce the dependency burden on dependency-les methods ...Yehuda Katz2009-11-071-0/+1
* Caching refactoringYehuda Katz2009-10-291-5/+1
* Reduce TextTemplate cost for simple casesYehuda Katz2009-10-281-0/+1
* Reorganize CSRF a bitYehuda Katz2009-10-281-0/+4
* Fixes expires_now and cleans things up a bitYehuda Katz2009-10-262-12/+11
* Avoid super in define_method for RubiniusYehuda Katz2009-10-091-1/+6
* Extract "parse_config" into ADJoshua Peek2009-09-251-0/+20
* SessionRestoreError belongs in ADJoshua Peek2009-09-231-4/+4
* ActionController::Metal can be a middlewareYehuda Katz + Carl Lerche2009-08-251-1/+4
* 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