aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-1/+1
* stop calling deprecated methodsAaron Patterson2015-09-211-3/+3
* remove outdated commentAaron Patterson2015-09-181-4/+0
* all parameter parsing is done through the request object now.Aaron Patterson2015-09-181-1/+1
* let the request object handle parsing XML postsAaron Patterson2015-09-181-2/+9
* remove setting request parameters for JSON requestsAaron Patterson2015-09-181-2/+0
* Handle Content-Types that are not :json, :xml, or :url_encoded_formeileencodes2015-09-091-2/+5
* stop using deprecated Abstract::ID classAaron Patterson2015-09-041-1/+1
* stop inheriting from Rack::RequestAaron Patterson2015-09-041-4/+4
* Fix bug where cookies mutated by request were not persistedeileencodes2015-09-011-0/+1
* Updating TestSession to access with indifferenceJeremy Friesen2015-08-261-2/+2
* remove more direct `env` mutationsAaron Patterson2015-08-241-1/+3
* rm useless methodAaron Patterson2015-08-241-4/+0
* remove more `env` accessAaron Patterson2015-08-231-11/+19
* remove more env accessAaron Patterson2015-08-231-3/+3
* remove more env accessAaron Patterson2015-08-231-4/+6
* convert more `@env` access to get / set headerAaron Patterson2015-08-231-1/+1
* Fix master buildMarcin Olichwirowicz2015-08-171-0/+1
* Refactor how assign_parameters sets generated_path & query_string_keyseileencodes2015-08-151-8/+20
* Rename `extra_keys` variables to `query_string_keys`eileencodes2015-08-081-2/+2
* Adds missing argument handling for ActionController::TestSession toMatthew Gerrior2015-08-061-0/+4
* Rack implements `redirect?` so we don't need itAaron Patterson2015-07-141-3/+0
* Change AC::TestResponse to AD::TestResponsePrem Sichanugrist2015-07-141-1/+1
* only have one TestResponse classAaron Patterson2015-07-131-4/+1
* move buffer caching on to the bufferAaron Patterson2015-07-131-4/+0
* we don't really need an extra method to set the script nameAaron Patterson2015-07-101-5/+1
* Remove useless conditionalAaron Patterson2015-07-101-12/+0
* default `PATH_INFO` to the generated pathAaron Patterson2015-07-101-1/+2
* always default the SCRIPT_NAME to whatever is on the controllerAaron Patterson2015-07-101-1/+1
* remove useless ivar clearingAaron Patterson2015-07-101-6/+0
* call the `path_parameters=` setter rather than rely on mutationsAaron Patterson2015-07-101-1/+3
* start collecting `env` mutationsAaron Patterson2015-07-101-5/+3
* Parameters are converted to a query stringAaron Patterson2015-07-101-17/+0
* no more HWIAAaron Patterson2015-07-101-1/+1
* remove param dup'ing logicAaron Patterson2015-07-101-8/+0
* encode / decode parameters before assigning them to the requestAaron Patterson2015-07-101-5/+58
* set parameters as a query stringAaron Patterson2015-07-091-6/+9
* build and assign parameters rather than rely on mutationsAaron Patterson2015-07-081-1/+15
* assign the cookie hash on request allocationAaron Patterson2015-07-081-1/+1
* request objects are no longer recycledAaron Patterson2015-07-081-10/+8
* add a new constructor for allocating test requestsAaron Patterson2015-07-081-11/+13
* pass the starting env and session to build_requestAaron Patterson2015-07-081-3/+3
* pass the session and env in to the test requestAaron Patterson2015-07-081-4/+8
* allocate new responses rather than recycling themAaron Patterson2015-07-081-12/+5
* pass cookies from the jar in the HTTP_COOKIE headereileencodes2015-07-071-8/+7
* Send cookies with requesteileencodes2015-07-071-1/+4
* Update RDoc for ActionController::TestCase for kwargs.Victor Costan2015-06-121-1/+1
* Merge pull request #20138 from tgxworld/deprecated_assert_templateRafael Mendonça França2015-06-011-6/+0
|\
| * Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-6/+0
* | Use `any?` rather than `present?` to check argseileencodes2015-05-311-1/+1
|/