Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |