aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/response.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes expires_now and cleans things up a bitYehuda Katz2009-10-261-0/+2
* SessionRestoreError belongs in ADJoshua Peek2009-09-231-4/+4
* ActionController::Metal can be a middlewareYehuda Katz + Carl Lerche2009-08-251-1/+4
* More perf work:Yehuda Katz2009-08-111-31/+53
* Got overhead down from 127 to 85. All tests pass:Yehuda Katz2009-08-111-36/+56
* 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
* 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
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* 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
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-301-56/+0
* Group integration test helpers and delegate other helpers to request and resp...Joshua Peek2009-04-301-0/+9
* 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-271-1/+5
* Array splitting strings on newlines is deprecatedJeremy Kemper2009-04-261-4/+15
* 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-261-1/+2
* Move useful response test helpers into requestJoshua Peek2009-04-261-2/+63
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-42/+38
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-0/+255