aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/testing
Commit message (Expand)AuthorAgeFilesLines
...
* Framework backtrace cleaning is handled by ActiveSupport nowJoshua Peek2009-04-306-113/+85
* Deprecate template, session, assigns, and layout accessors on response object...Joshua Peek2009-04-282-10/+13
* Move header injection back into integration testsJoshua Peek2009-04-281-1/+6
* Fix validate_request method nameJoshua Peek2009-04-281-4/+4
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-5/+5
* Delegate controller.session to request.session and deprecate response session Joshua Peek2009-04-271-1/+1
* Use session= writer methodsJeremy Kemper2009-04-261-2/+2
* Inherit TestSession from Session::AbstractStore and add indifferent access to...Joshua Peek2009-04-261-68/+10
* Require an ActionDispatch::Request to use response assertionsJoshua Peek2009-04-261-6/+18
* Unify functional and integration tests cookie helpersJoshua Peek2009-04-261-21/+12
* Deprecate response.redirect_url_match?, use assert_match instead.Joshua Peek2009-04-261-0/+1
* Move useful response test helpers into requestJoshua Peek2009-04-262-62/+6
* Remove pending rack specifications until they are officialJoshua Peek2009-04-251-3/+1
* Start to integrate some of the features in Rack::Test.Joshua Peek2009-04-242-178/+26
* render_for_text pushes a body part instead of replacing the whole bodyJeremy Kemper2009-04-171-0/+1
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-133-16/+44
* Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-1/+3
* Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-21/+46
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-273-7/+7
* Reorganize ActionController folder structureJoshua Peek2009-01-2710-0/+2548