Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller/cookies.rb


Mode:

Legend:

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