|
|
|
@8407
|
[8407]
|
12/15/07 02:29:15 |
bitsweat |
Ruby 1.9 compat: account for new, non-flattening Array#to_s |
|
|
|
@8062
|
[8062]
|
10/31/07 16:46:56 |
david |
Expose the cookie jar as a helper method (before the view would just get … |
|
|
|
@7978
|
[7978]
|
10/20/07 17:30:01 |
rick |
Ensure that cookies handle array values correctly. Closes #9937 [queso] |
|
|
|
@7525
|
[7525]
|
09/21/07 15:05:49 |
david |
Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an … |
|
|
|
@7438
|
[7438]
|
09/09/07 23:12:57 |
david |
Random hits from the style nazi |
|
|
|
@7434
|
[7434]
|
09/09/07 22:55:16 |
david |
Removed deprecated ActionController::Base.cookie (use … |
|
|
|
@7383
|
[7383]
|
08/31/07 19:07:42 |
bitsweat |
Documentation tweaks and fixes. Closes #9454 [sur, kampers] |
|
|
|
@7160
|
[7160]
|
07/01/07 23:27:59 |
nzkoz |
Allow you to delete cookies with options. Closes #3685 [josh, Chris … |
|
|
|
@5207
|
[5207]
|
09/29/06 08:26:45 |
bitsweat |
Deprecate @response |
|
|
|
@5205
|
[5205]
|
09/29/06 08:04:39 |
bitsweat |
Deprecate @cookies |
|
|
|
@4793
|
[4793]
|
08/20/06 05:28:47 |
bitsweat |
Correct example in cookies docs. Closes #5832. |
|
|
|
@2749
|
[2749]
|
10/26/05 13:20:46 |
david |
Fixed docs (closes #2468) |
|
|
|
@1350
|
[1350]
|
05/22/05 08:58:43 |
david |
Deprecated all render_* methods in favor of consolidating all rendering … |
|
|
|
@1180
|
[1180]
|
04/17/05 07:18:39 |
david |
Added that deleting a cookie should not just set it to an empty string but … |
|
|
|
@525
|
[525]
|
02/07/05 14:15:53 |
david |
Fixed documentation snafus #575, #576, #577, #585 |
|
|
|
@453
|
[453]
|
01/17/05 23:38:14 |
david |
Fixed a bug where cookies wouldn't be set if a symbol was used instead of … |
|
|
|
@343
|
[343]
|
01/06/05 23:25:19 |
david |
Simplified the set_cookie method and made it indifferent to symbol or … |
|
|
|
@194
|
[194]
|
12/16/04 17:45:37 |
david |
Updated documentation |
|
|
|
@117
|
[117]
|
12/12/04 12:43:48 |
david |
Fixed CgiRequest so that it'll now accept session options with Symbols as … |
|
|
|
@110
|
[110]
|
12/10/04 17:16:11 |
david |
Fixed problem with cookies not being set to path=/ by default and a test … |
|
|
|
@93
|
[93]
|
12/09/04 11:38:44 |
david |
We need to pass the name when deleting the cookie |
|
|
|
@92
|
[92]
|
12/09/04 00:15:58 |
david |
Added CookieJar#delete and fixed CookieJar[] to just call first, so you … |
|
|
|
@26
|
[26]
|
11/26/04 16:33:23 |
david |
-- |
|
|
|
@25
|
[25]
|
11/26/04 16:30:44 |
david |
Handle empty cookie jars gracefully -- dont pout! |
|
|
|
@24
|
[24]
|
11/26/04 14:52:59 |
david |
Renamed CookieContainer to CookieJar to be cute. Its a private container … |
|
|
|
@23
|
[23]
|
11/26/04 02:16:05 |
david |
Report to logger when a cookie is set |
|
|
|
@22
|
[22]
|
11/26/04 02:11:42 |
david |
Allow symbols to be used as names for setting cookies |
|
|
|
@21
|
[21]
|
11/26/04 02:09:38 |
david |
Allow symbols to be used as keys for setting cookies |
|
|
|
@20
|
[20]
|
11/26/04 02:04:35 |
david |
Added a new container for cookies that makes them more intuative to use. … |