Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make cookies hash in ActionDispatch::TestProcess indifferent access [#5761 st... | David Trasbo | 2010-11-07 | 1 | -0/+18 |
* | Don't write out secure cookies unless the request is secure | Andrew White | 2010-10-25 | 1 | -0/+23 |
* | Use parentheses when using assert_match followed by a regexp to avoid warnings. | Emilio Tagua | 2010-09-27 | 1 | -5/+5 |
* | Only send secure cookies over SSL. | W. Andrew Loe III | 2010-09-13 | 1 | -0/+11 |
* | Allow for any possible TLD when using the :all option with the cookie session... | Bryce Thornton | 2010-08-15 | 1 | -1/+29 |
* | Added tests for cookies with domain option. | Rizwan Reza | 2010-06-11 | 1 | -0/+22 |
* | Moved test/controller/cookie_test.rb to test/dispatch/cookies_test.rb | Rizwan Reza | 2010-06-11 | 1 | -0/+228 |