aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/cookies.rb
Commit message (Expand)AuthorAgeFilesLines
* 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