aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/response.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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