aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/test_request.rb
Commit message (Expand)AuthorAgeFilesLines
* Use tt in doc for ActionPack [ci skip]Yoshiyuki Hirano2017-08-261-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* Fix memoization bug on ActionDispatch::TestRequest#request_method=Kir Shatrov2016-09-221-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-17/+17
* Remove last uses of `@env[]` and `@env[]=`Jon Moss2016-04-281-11/+11
* assign the cookie hash on request allocationAaron Patterson2015-07-081-1/+1
* add a new constructor for allocating test requestsAaron Patterson2015-07-081-8/+8
* make `env` a required parameterAaron Patterson2015-07-081-1/+1
* remove useless `new` implementationAaron Patterson2015-07-081-4/+0
* pass cookies from the jar in the HTTP_COOKIE headereileencodes2015-07-071-9/+4
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Remove symbolized_path_parameters.Guo Xiang Tan2014-07-021-1/+1
* Allow overriding of all headers from passed environment hashAndrew White2013-07-251-5/+5
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* make the default environment have actual defaultsAaron Patterson2012-07-031-1/+7
* Fix bug when Rails.application is defined but is nil. See #881Marc-Andre Lafortune2012-05-211-1/+1
* Remove not needed requiresSantiago Pastorino2012-03-311-1/+0
* Add backward compatibility for testing cookiesAndrew White2011-06-051-1/+7
* Refactor ActionController::TestCase cookiesAndrew White2011-06-041-25/+0
* Improve testing of cookies in functional tests:Andrew White2011-03-061-1/+6
* Initialize @cookies.Emilio Tagua2010-09-271-0/+1
* Don't shadow outer local variables.Emilio Tagua2010-09-271-1/+1
* Added ability to set asset_path for enginesPiotr Sarnacki2010-09-031-1/+1
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-0/+2
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+2
* Switch functional tests to run through the rack interface instead of processJoshua Peek2009-05-021-0/+5
* Move TestRequest#query_parameters into AD TestRequestJoshua Peek2009-04-301-0/+4
* Move TestRequest cookies accessor into AD TestRequestJoshua Peek2009-04-301-3/+21
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-301-0/+56