Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include process methods in ActionController::TestCase only. No need to ↵ | Jeremy Kemper | 2009-01-09 | 1 | -5/+3 |
| | | | | alias_method_chain :process either. | ||||
* | 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 ↵ | Joshua Peek | 2008-12-20 | 1 | -52/+14 |
| | | | | cookie headers | ||||
* | 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 |
| | | | | This mostly affects response.headers['cookie'] for test requests. Use response.cookies instead. | ||||
* | 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 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Don't double-escape cookie store data. Don't split cookie values with ↵ | Rich Cavanaugh | 2008-05-12 | 1 | -0/+5 |
| | | | | | | newlines into an array. [#130 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | 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 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8861 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8564 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compat: account for new, non-flattening Array#to_s | Jeremy Kemper | 2007-12-15 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8407 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ensure that cookies handle array values correctly. Closes #9937 [queso] | Rick Olson | 2007-10-20 | 1 | -1/+9 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7978 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fixed spelling errors (closes #9706) [tarmo/rmm5t] | David Heinemeier Hansson | 2007-09-28 | 1 | -4/+4 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7666 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Test CGI::Cookie#to_s. Closes #9624 [tarmo] | Jeremy Kemper | 2007-09-22 | 1 | -0/+27 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7535 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an ↵ | David Heinemeier Hansson | 2007-09-21 | 1 | -0/+10 |
| | | | | | | improvement for XSS attacks (closes #8895) [lifo/Spakman] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7525 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Removed deprecated ActionController::Base.cookie (use ↵ | David Heinemeier Hansson | 2007-09-09 | 1 | -5/+0 |
| | | | | | | ActionController#Base.cookies[]= instead) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7435 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Removed deprecated ActionController::Base.cookie (use ↵ | David Heinemeier Hansson | 2007-09-09 | 1 | -4/+0 |
| | | | | | | ActionController#Base.cookies[]= instead) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7434 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] | Michael Koziarski | 2007-09-03 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7403 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath] | Michael Koziarski | 2007-07-01 | 1 | -0/+11 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7160 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Modernize cookie testing code, and increase coverage (Heckle++) #7101 [Kevin ↵ | Rick Olson | 2007-01-17 | 1 | -24/+32 |
| | | | | | | Clark] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5977 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Deprecate @cookies | Jeremy Kemper | 2006-09-29 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5205 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added assert_no_cookie and fixed assert_cookie_equal to deal with ↵ | David Heinemeier Hansson | 2005-04-02 | 1 | -1/+11 |
| | | | | | | non-existing cookies #979 [bitsweat] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1065 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 1 | -9/+0 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@617 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 1 | -0/+9 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@616 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 1 | -9/+0 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@614 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Allow symbols to be used as names for setting cookies | David Heinemeier Hansson | 2004-11-26 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@22 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Allow symbols to be used as keys for setting cookies | David Heinemeier Hansson | 2004-11-26 | 1 | -0/+10 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@21 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added a new container for cookies that makes them more intuative to use. The ↵ | David Heinemeier Hansson | 2004-11-26 | 1 | -2/+33 |
| | | | | | | old methods of cookie and @cookies have been deprecated. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@20 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+38 |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |