index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
cookies.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecated all render_* methods in favor of consolidating all rendering behav...
David Heinemeier Hansson
2005-05-22
1
-8
/
+14
*
Added that deleting a cookie should not just set it to an empty string but al...
David Heinemeier Hansson
2005-04-17
1
-2
/
+3
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-1
/
+1
*
Fixed a bug where cookies wouldn't be set if a symbol was used instead of a s...
David Heinemeier Hansson
2005-01-17
1
-1
/
+1
*
Simplified the set_cookie method and made it indifferent to symbol or string ...
David Heinemeier Hansson
2005-01-06
1
-3
/
+3
*
Updated documentation
David Heinemeier Hansson
2004-12-16
1
-6
/
+10
*
Fixed CgiRequest so that it'll now accept session options with Symbols as key...
David Heinemeier Hansson
2004-12-12
1
-1
/
+1
*
Fixed problem with cookies not being set to path=/ by default and a test bugg...
David Heinemeier Hansson
2004-12-10
1
-2
/
+3
*
We need to pass the name when deleting the cookie
David Heinemeier Hansson
2004-12-09
1
-1
/
+1
*
Added CookieJar#delete and fixed CookieJar[] to just call first, so you get a...
David Heinemeier Hansson
2004-12-09
1
-1
/
+6
*
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@26 5ecf4fe2-1ee6-03...
David Heinemeier Hansson
2004-11-26
1
-1
/
+1
*
Handle empty cookie jars gracefully -- dont pout!
David Heinemeier Hansson
2004-11-26
1
-1
/
+1
*
Renamed CookieContainer to CookieJar to be cute. Its a private container anyw...
David Heinemeier Hansson
2004-11-26
1
-2
/
+2
*
Report to logger when a cookie is set
David Heinemeier Hansson
2004-11-26
1
-5
/
+3
*
Allow symbols to be used as names for setting cookies
David Heinemeier Hansson
2004-11-26
1
-2
/
+2
*
Allow symbols to be used as keys for setting cookies
David Heinemeier Hansson
2004-11-26
1
-2
/
+3
*
Added a new container for cookies that makes them more intuative to use. The ...
David Heinemeier Hansson
2004-11-26
1
-0
/
+61