| Commit message (Expand) | Author | Age | Files | Lines |
* | Only search fixture_path for files that can't be found directly | Matthew Draper | 2016-09-24 | 1 | -1/+2 |
* | applies new string literal convention in actionpack/lib | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | remove unused require | yuuji.yaginuma | 2016-01-30 | 1 | -1/+0 |
* | Remove ActionController::TestCase from documentation | eileencodes | 2015-12-12 | 1 | -1/+1 |
* | sop passing host and secure to the build method | Aaron Patterson | 2015-08-05 | 1 | -1/+1 |
* | move env access to the request object. | Aaron Patterson | 2015-08-05 | 1 | -1/+1 |
* | Send cookies with request | eileencodes | 2015-07-07 | 1 | -1/+1 |
* | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 1 | -3/+3 |
* | Mark unused variables and make some style fixes | Agis Anastasopoulos | 2013-04-08 | 1 | -1/+1 |
* | Use File.join to better integrate fixture_path in fixture_file_upload. | Ben Woosley | 2012-11-26 | 1 | -5/+7 |
* | 1.9 hash syntax changes to docs | AvnerCohen | 2012-10-31 | 1 | -2/+2 |
* | assigns(:foo) should not convert @foo's keys to strings if it happens to be a... | Will Bryant | 2012-02-18 | 1 | -1/+2 |
* | TestCase should respect the view_assigns API instead of pulling variables on ... | José Valim | 2011-10-02 | 1 | -6/+1 |
* | Get the fixture_path from self.class instead of ActiveSupport::TestCase. | David Chelimsky | 2011-06-25 | 1 | -1/+1 |
* | Add missing require for cookies middleware | Andrew White | 2011-06-04 | 1 | -0/+1 |
* | Refactor ActionController::TestCase cookies | Andrew White | 2011-06-04 | 1 | -1/+1 |
* | typo | Jason Dew | 2011-05-13 | 1 | -1/+1 |
* | Improve testing of cookies in functional tests: | Andrew White | 2011-03-06 | 1 | -1/+1 |
* | Make cookies hash in ActionDispatch::TestProcess indifferent access [#5761 st... | David Trasbo | 2010-11-07 | 1 | -1/+1 |
* | Some require indifferent_access added | Santiago Pastorino | 2010-04-21 | 1 | -0/+1 |
* | access assigns as a method or hash, with strings or symbols [#4431 state:reso... | David Chelimsky | 2010-04-17 | 1 | -2/+2 |
* | AD::TestProcess relies on request.flash, so let's load it. | José Valim | 2010-02-16 | 1 | -0/+2 |
* | TestProcess belongs in AD | Joshua Peek | 2009-12-12 | 1 | -0/+42 |