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
/
test
/
controller
/
cookie_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port cookies to new base
Jeremy Kemper
2009-05-22
1
-13
/
+27
*
Functional test runner finalizes response just like the integration test runn...
Joshua Peek
2009-05-02
1
-9
/
+8
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-1
/
+11
|
\
|
*
Fix for TestResponse.cookies returning cookies unescaped [#1867 state:resolved]
Doug McInnes
2009-04-07
1
-0
/
+10
|
*
Deprecate ActionController::Response#set_cookie :http_only option infavor of ...
Joshua Peek
2009-02-07
1
-1
/
+1
|
*
Include process methods in ActionController::TestCase only. No need to alias_...
Jeremy Kemper
2009-01-07
1
-5
/
+3
*
|
Temporarily modifies setup to call super directly. This can support more T::U...
Yehuda Katz and Carl Lerche
2009-04-08
1
-0
/
+1
*
|
Include process methods in ActionController::TestCase only. No need to alias_...
Jeremy Kemper
2009-01-09
1
-5
/
+3
|
/
*
Fix failing cookie store test
Frederick Cheung
2008-12-21
1
-3
/
+3
*
Switch to Rack::Response#set_cookie instead of using CGI::Cookie to build coo...
Joshua Peek
2008-12-20
1
-52
/
+14
*
Rename AbstractResponse to Response and inheirt from Rack::Response
Joshua Peek
2008-12-19
1
-4
/
+4
*
Process CGI 'cookie' header into 'Set-Cookie' for all responses.
Joshua Peek
2008-12-19
1
-8
/
+8
*
Improve cookie test coverage
Joshua Peek
2008-12-19
1
-19
/
+24
*
Fix symbol cookie test
Pratik Naik
2008-07-17
1
-1
/
+1
*
make CGI::Cookie handle deleting a cookie properly
Rich Cavanaugh
2008-05-13
1
-0
/
+1
*
Don't double-escape cookie store data. Don't split cookie values with newline...
Rich Cavanaugh
2008-05-12
1
-0
/
+5
*
Move missing template logic to ActionView
Pratik Naik
2008-04-19
1
-1
/
+1
*
remove support for ampersand-delimited cookie values
Jamis Buck
2008-02-12
1
-0
/
+5
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Ruby 1.9 compat: account for new, non-flattening Array#to_s
Jeremy Kemper
2007-12-15
1
-1
/
+1
*
Ensure that cookies handle array values correctly. Closes #9937 [queso]
Rick Olson
2007-10-20
1
-1
/
+9
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-4
/
+4
*
Test CGI::Cookie#to_s. Closes #9624 [tarmo]
Jeremy Kemper
2007-09-22
1
-0
/
+27
*
Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an impro...
David Heinemeier Hansson
2007-09-21
1
-0
/
+10
*
Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...
David Heinemeier Hansson
2007-09-09
1
-5
/
+0
*
Removed deprecated ActionController::Base.cookie (use ActionController#Base.c...
David Heinemeier Hansson
2007-09-09
1
-4
/
+0
*
Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
Michael Koziarski
2007-09-03
1
-1
/
+1
*
Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath]
Michael Koziarski
2007-07-01
1
-0
/
+11
*
Modernize cookie testing code, and increase coverage (Heckle++) #7101 [Kevin ...
Rick Olson
2007-01-17
1
-24
/
+32
*
Deprecate @cookies
Jeremy Kemper
2006-09-29
1
-1
/
+1
*
Added assert_no_cookie and fixed assert_cookie_equal to deal with non-existin...
David Heinemeier Hansson
2005-04-02
1
-1
/
+11
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
1
-9
/
+0
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
1
-0
/
+9
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
1
-9
/
+0
*
Allow symbols to be used as names for setting cookies
David Heinemeier Hansson
2004-11-26
1
-1
/
+1
*
Allow symbols to be used as keys for setting cookies
David Heinemeier Hansson
2004-11-26
1
-0
/
+10
*
Added a new container for cookies that makes them more intuative to use. The ...
David Heinemeier Hansson
2004-11-26
1
-2
/
+33
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+38