aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/cookies.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation coverage and markupXavier Noria2008-05-021-19/+31
* Ruby 1.9 compat: account for new, non-flattening Array#to_sJeremy Kemper2007-12-151-3/+3
* Expose the cookie jar as a helper method (before the view would just get the ...David Heinemeier Hansson2007-10-311-0/+4
* Ensure that cookies handle array values correctly. Closes #9937 [queso]Rick Olson2007-10-201-1/+4
* Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an impro...David Heinemeier Hansson2007-09-211-1/+3
* Random hits from the style naziDavid Heinemeier Hansson2007-09-091-1/+1
* Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...David Heinemeier Hansson2007-09-091-5/+0
* Documentation tweaks and fixes. Closes #9454 [sur, kampers]Jeremy Kemper2007-08-311-2/+2
* Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath]Michael Koziarski2007-07-011-3/+5
* Deprecate @responseJeremy Kemper2006-09-291-1/+1
* Deprecate @cookiesJeremy Kemper2006-09-291-1/+1
* Correct example in cookies docs. Closes #5832.Jeremy Kemper2006-08-201-7/+8
* Fixed docs (closes #2468)David Heinemeier Hansson2005-10-261-3/+3
* Deprecated all render_* methods in favor of consolidating all rendering behav...David Heinemeier Hansson2005-05-221-8/+14
* Added that deleting a cookie should not just set it to an empty string but al...David Heinemeier Hansson2005-04-171-2/+3
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-1/+1
* Fixed a bug where cookies wouldn't be set if a symbol was used instead of a s...David Heinemeier Hansson2005-01-171-1/+1
* Simplified the set_cookie method and made it indifferent to symbol or string ...David Heinemeier Hansson2005-01-061-3/+3
* Updated documentationDavid Heinemeier Hansson2004-12-161-6/+10
* Fixed CgiRequest so that it'll now accept session options with Symbols as key...David Heinemeier Hansson2004-12-121-1/+1
* Fixed problem with cookies not being set to path=/ by default and a test bugg...David Heinemeier Hansson2004-12-101-2/+3
* We need to pass the name when deleting the cookieDavid Heinemeier Hansson2004-12-091-1/+1
* Added CookieJar#delete and fixed CookieJar[] to just call first, so you get a...David Heinemeier Hansson2004-12-091-1/+6
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@26 5ecf4fe2-1ee6-03...David Heinemeier Hansson2004-11-261-1/+1
* Handle empty cookie jars gracefully -- dont pout!David Heinemeier Hansson2004-11-261-1/+1
* Renamed CookieContainer to CookieJar to be cute. Its a private container anyw...David Heinemeier Hansson2004-11-261-2/+2
* Report to logger when a cookie is setDavid Heinemeier Hansson2004-11-261-5/+3
* Allow symbols to be used as names for setting cookiesDavid Heinemeier Hansson2004-11-261-2/+2
* Allow symbols to be used as keys for setting cookiesDavid Heinemeier Hansson2004-11-261-2/+3
* Added a new container for cookies that makes them more intuative to use. The ...David Heinemeier Hansson2004-11-261-0/+61