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
/
controller
/
session
/
cookie_store_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix randomly failing cookie store tests
Frederick Cheung
2008-12-26
1
-5
/
+4
*
Fix reset_session with lazy cookie stores [#1601 state:resolved]
Matt Bauer
2008-12-20
1
-1
/
+25
*
Persistent session identifier support for CookieSessionStore and API compat. ...
Lourens Naude
2008-12-18
1
-2
/
+24
*
Switch to Rack based session stores.
Joshua Peek
2008-12-15
1
-250
/
+98
*
Use autoload instead of explicit requires for ActionController
Joshua Peek
2008-11-23
1
-3
/
+0
*
Move the cookie store to use the MessageVerifier class.
Michael Koziarski
2008-11-23
1
-11
/
+2
*
Work around ruby 1.9 segfault
Jeremy Kemper
2008-11-07
1
-0
/
+1
*
Added support for http_only cookies in cookie_store Added unit tests for secu...
Pelle Braendgaard
2008-09-17
1
-1
/
+52
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Don't double-escape cookie store data. Don't split cookie values with newline...
Rich Cavanaugh
2008-05-12
1
-2
/
+14
*
Ruby 1.9 compat: cookie store delete sets nil value instead of empty string
Jeremy Kemper
2008-01-07
1
-1
/
+1
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Make sure that cookie sessions use a secret that is at least 30 chars in leng...
Michael Koziarski
2007-11-21
1
-0
/
+19
*
Parse url-encoded and multipart requests ourselves instead of delegating to CGI.
Jeremy Kemper
2007-05-18
1
-4
/
+3
*
Shine some sunlight on the CGI extensions. Remove unused CGI#session.
Jeremy Kemper
2007-05-15
1
-1
/
+1
*
Cookie session store: ensure that new sessions doesn't reuse data from a dele...
Jeremy Kemper
2007-03-14
1
-0
/
+13
*
Cookie session store: raise ArgumentError when :session_key is blank.
Jeremy Kemper
2007-03-13
1
-0
/
+6
*
Cookie store: use OpenSSL::HMAC instead of basic hash. Introduce :secret bloc...
Jeremy Kemper
2007-03-03
1
-21
/
+49
*
Cookie store: test that >4K raises CookieOverflow and that unverifiable cooki...
Jeremy Kemper
2007-03-03
1
-13
/
+43
*
Cookie session store: empty and unchanged sessions don't write a cookie.
Jeremy Kemper
2007-02-25
1
-1
/
+15
*
CGI escape the session cookie.
Jeremy Kemper
2007-02-22
1
-2
/
+2
*
Introduce a cookie-based session store as the Rails default. Sessions typical...
Jeremy Kemper
2007-02-21
1
-0
/
+137