aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/testing/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* Clarify example of the test [ci skip] 黄松2018-08-251-2/+2
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-2/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* [Action Dispatch] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Only move fixture_file_upload to IntegrationTestMatthew Draper2016-12-071-16/+20
* Only search fixture_path for files that can't be found directlyMatthew Draper2016-09-241-1/+2
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-2/+2
* remove unused requireyuuji.yaginuma2016-01-301-1/+0
* Remove ActionController::TestCase from documentationeileencodes2015-12-121-1/+1
* sop passing host and secure to the build methodAaron Patterson2015-08-051-1/+1
* move env access to the request object.Aaron Patterson2015-08-051-1/+1
* Send cookies with requesteileencodes2015-07-071-1/+1
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-3/+3
* Mark unused variables and make some style fixesAgis Anastasopoulos2013-04-081-1/+1
* Use File.join to better integrate fixture_path in fixture_file_upload.Ben Woosley2012-11-261-5/+7
* 1.9 hash syntax changes to docsAvnerCohen2012-10-311-2/+2
* assigns(:foo) should not convert @foo's keys to strings if it happens to be a...Will Bryant2012-02-181-1/+2
* TestCase should respect the view_assigns API instead of pulling variables on ...José Valim2011-10-021-6/+1
* Get the fixture_path from self.class instead of ActiveSupport::TestCase.David Chelimsky2011-06-251-1/+1
* Add missing require for cookies middlewareAndrew White2011-06-041-0/+1
* Refactor ActionController::TestCase cookiesAndrew White2011-06-041-1/+1
* typoJason Dew2011-05-131-1/+1
* Improve testing of cookies in functional tests:Andrew White2011-03-061-1/+1
* Make cookies hash in ActionDispatch::TestProcess indifferent access [#5761 st...David Trasbo2010-11-071-1/+1
* Some require indifferent_access addedSantiago Pastorino2010-04-211-0/+1
* access assigns as a method or hash, with strings or symbols [#4431 state:reso...David Chelimsky2010-04-171-2/+2
* AD::TestProcess relies on request.flash, so let's load it.José Valim2010-02-161-0/+2
* TestProcess belongs in ADJoshua Peek2009-12-121-0/+42