aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/response.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Initialize @_etag.Emilio Tagua2010-09-271-0/+1
* Expanded routing documentation with current best practicesJoost Baaij2010-08-291-10/+9
* Rely on set and delete cookie logic from rack.José Valim2010-05-181-33/+2
* Missing requireswycats2010-04-161-0/+1
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Set the body using the accessor for AD::Response introspection mode so it get...Carlhuda2010-02-261-1/+2
* Make AD::Response correctly handle bodies that respond_to?(:to_path) as per t...Carlhuda2010-02-231-0/+12
* Fix a bunch of pending tests by providing an introspection mode for the Respo...Carlhuda2010-02-191-15/+21
* Cookies middlewareJoshua Peek2010-01-161-1/+1
* Split ActionDispatch http in smaller chunks.José Valim2010-01-161-78/+2
* AD::StatusCodes support is now part of rackJoshua Peek2009-12-221-2/+2
* AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo...Yehuda Katz2009-12-201-1/+1
* Pending tests for AD ResponseJoshua Peek2009-12-171-13/+12
* Fix warnings in AD::ResponseJoshua Peek2009-12-141-0/+3
* 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
* 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