Ruby on Rails
|
Screencasts
|
Download
|
Documentation
|
Weblog
|
Community
|
Source
Rails Trac
Search:
Login
Settings
Help/Guide
About Trac
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
View Latest Revision
root
/
trunk
/
actionpack
/
lib
/
action_controller
/
session
/
cookie_store.rb
View log starting at
and back to
Mode:
Stop on copy
Follow copies
Show only adds, moves and deletes
Show full log messages
Legend:
Added
Modified
Copied or renamed
Rev
Chgset
Date
Author
Log Message
(edit)
@8589
[8589]
01/07/08 08:12:03
bitsweat
Ruby 1.9 compat: cookie store delete sets nil value instead of empty …
(edit)
@8433
[8433]
12/18/07 21:14:07
bitsweat
Ruby 1.9 compat: move from the deprecated Base64 module to …
(edit)
@8423
[8423]
12/16/07 23:55:22
david
Fix doc (closes
#10526
)
(edit)
@8400
[8400]
12/15/07 02:27:56
bitsweat
Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically …
(edit)
@8200
[8200]
11/24/07 22:41:16
nzkoz
Improve error messages when providing a secret that is too short. Closes …
(edit)
@8184
[8184]
11/21/07 21:31:45
nzkoz
Make sure that cookie sessions use a secret that is at least 30 chars in …
(edit)
@8181
[8181]
11/21/07 15:47:50
david
Emphasize the importance of a dictionary attack-proof secret for the …
(edit)
@6424
[6424]
03/14/07 11:33:10
bitsweat
Cookie session store: ensure that new sessions doesn't reuse data from a …
(edit)
@6415
[6415]
03/13/07 20:44:16
bitsweat
Cookie session store: raise ArgumentError when :session_key is blank.
(edit)
@6342
[6342]
03/06/07 04:09:14
rick
Add a #dbman attr_reader for CGI::Session and make …
(edit)
@6296
[6296]
03/03/07 13:54:54
bitsweat
Cookie store: use OpenSSL::HMAC instead of basic hash. Introduce :secret …
(edit)
@6294
[6294]
03/03/07 08:18:30
bitsweat
Cookie store: test that >4K raises CookieOverflow and that unverifiable …
(edit)
@6226
[6226]
02/25/07 16:35:24
bitsweat
Cookie session store: empty and unchanged sessions don't write a cookie.
(edit)
@6200
[6200]
02/22/07 01:17:28
bitsweat
CGI escape the session cookie.
(add)
@6184
[6184]
02/21/07 09:17:38
bitsweat
Introduce a cookie-based session store as the Rails default. Sessions …
Note:
See
TracRevisionLog
for help on using the revision log.
Download in other formats:
RSS Feed
ChangeLog