index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
dispatch
/
cookies_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add tests to verify that signed and permanent cookies raises if someone tries
Santiago Pastorino
2011-04-06
1
-0
/
+51
*
raise if someone tries to modify the cookies when it was already streamed bac...
Santiago Pastorino
2011-04-06
1
-0
/
+51
*
Improve testing of cookies in functional tests:
Andrew White
2011-03-06
1
-0
/
+65
*
Add tld_length option when using domain :all in cookies
brainopia
2011-01-21
1
-0
/
+36
*
Support list of possible domains for cookies
brainopia
2011-01-21
1
-0
/
+45
*
Fix edge cases for domain :all option on cookie store
brainopia
2010-12-16
1
-0
/
+21
*
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
[prev]