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
*
Switch to Rack::Response#set_cookie instead of using CGI::Cookie to build coo...
Joshua Peek
2008-12-20
1
-26
/
+12
*
Remove set_cookie hack from rack response since we dont use cgi sessions anymore
Joshua Peek
2008-12-16
1
-0
/
+2
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-0
/
+10
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-19
/
+31
*
Ruby 1.9 compat: account for new, non-flattening Array#to_s
Jeremy Kemper
2007-12-15
1
-3
/
+3
*
Expose the cookie jar as a helper method (before the view would just get the ...
David Heinemeier Hansson
2007-10-31
1
-0
/
+4
*
Ensure that cookies handle array values correctly. Closes #9937 [queso]
Rick Olson
2007-10-20
1
-1
/
+4
*
Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an impro...
David Heinemeier Hansson
2007-09-21
1
-1
/
+3
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...
David Heinemeier Hansson
2007-09-09
1
-5
/
+0
*
Documentation tweaks and fixes. Closes #9454 [sur, kampers]
Jeremy Kemper
2007-08-31
1
-2
/
+2
*
Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath]
Michael Koziarski
2007-07-01
1
-3
/
+5
*
Deprecate @response
Jeremy Kemper
2006-09-29
1
-1
/
+1
*
Deprecate @cookies
Jeremy Kemper
2006-09-29
1
-1
/
+1
*
Correct example in cookies docs. Closes #5832.
Jeremy Kemper
2006-08-20
1
-7
/
+8
*
Fixed docs (closes #2468)
David Heinemeier Hansson
2005-10-26
1
-3
/
+3
*
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