summaryrefslogtreecommitdiff
path: root/test/spec_session_cookie.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow passing through same_site option to session cookie when using Rack::Ses...Alex Speller2020-02-041-0/+17
* DRY up tests using the test helperJeremy Evans2020-01-271-4/+1
* Use "strict encoding" for Base64 encoded cookiesbase64-strictSamuel Williams2020-01-091-11/+51
* Allow global expectation explicitly for minitest.Nikolay Rys2019-10-061-1/+1
* RuboCop: enable Layout/Space* cops (#1259)yhirano552018-04-171-4/+4
* Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b } (#1253)yhirano552018-04-161-73/+73
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* Updates for frozen string literal compatibility.Pat Allan2017-06-211-1/+1
* fix typoJian Weihang2016-12-071-2/+2
* To support minitest 6 and prevent error ouput in minitest 5, use `must_be_nil...Jian Weihang2016-12-051-3/+3
* Add support for custom hmac.Francesco Rodríguez2015-10-111-0/+16
* Merge pull request #900 from dmcinnes/disable-cookie-secret-warningsAaron Patterson2015-09-031-0/+15
|\
| * allow users to disable the secure cookie warning for custom codersDoug McInnes2015-06-181-0/+15
* | Strip trailing whitespaceTeo Ljungberg2015-06-241-1/+1
|/
* Merge branch 'master' into zenspider-minitest.phase.2Aaron Patterson2015-06-161-5/+5
|\
| * replace OkJson in favor of the JSON gemAaron Patterson2015-06-121-5/+5
* | First attempt to mass-port from minitest/bacon to minitest/spec.Ryan Davis2015-06-121-61/+61
|/
* Added minitest/bacon to the top of each file so they can be run straight up.Ryan Davis2015-06-111-0/+1
* Fix typos in test files [skip ci]Anton Davydov2015-04-151-1/+1
* Play nicely with custom coders that allow '--' to appear in the encoded cookieCharles Hornberger2013-09-161-0/+21
* Add deflated JSON supportJames Tucker2013-04-291-0/+22
* cleanup tests for unused variablesVipul A M2013-04-131-2/+2
* Add JSON cookie coder. To be default after 1.6+James Tucker2013-02-061-0/+19
* load session data for merge!Jamie Macey2012-07-191-0/+7
* Wrap test apps in Rack::Lint and fix uncovered errors (sixth pass)Lars Gierth2012-03-311-3/+9
* "a middleware" is grammatically meaninglessGiles Bowkett2012-03-191-1/+1
* Merge branch 'rack-1.4'James Tucker2012-03-181-0/+19
|\
| * Add warning to strongly recommend to people to have secrets protecting their ...James Tucker2012-03-181-0/+19
* | Stream cookie back to client only if necessarybrainopia2012-03-181-3/+6
* | Implement Rack::Session::Abstract::SessionHash#destroybrainopia2012-02-041-0/+20
* | Refactor tests for session cookiebrainopia2012-02-041-148/+147
|/
* prevent crash when session cookie value does not contain "--" delimiterYun Huang Yong2012-01-161-1/+5
* Merge pull request #312 from josevalim/assert_secureAaron Patterson2012-01-121-0/+1
|\
| * Assert the cookie is secure (there were no tests for this).José Valim2012-01-121-0/+1
* | Add missing spec coverage for when secrets do not match (ACHTUNG!)James Tucker2012-01-071-1/+19
* | Ensure the session is loaded before checking for empty.José Valim2011-12-271-0/+5
|/
* Contributed test coverage for 1.9 concurrent modification bug from jacoboJames Tucker2011-12-171-0/+32
* Cleanup bug fix. This is horrible, and I would like to revisit it.James Tucker2011-12-171-1/+1
* Adds :old_secret option to Rack::Cookie for graceful key rotationWill Leinweber2011-11-121-0/+12
* do not create a session if not necessaryKonstantin Haase2011-07-161-2/+8
* allow passing in rack.session in tests (used to work previously)Konstantin Haase2011-05-311-0/+6
* Merge pull request #154 from rkh/session-optionsJames Tucker2011-05-081-0/+18
|\
| * keep :secret and :coder in env["rack.session.options"]Konstantin Haase2011-05-031-0/+18
* | Ensure cookies respect renew.José Valim2011-05-041-0/+21
|/
* Cookies may be configured with an object that will serialize and deserialize ...Aaron Patterson2010-12-201-0/+51
* Silence test warningsJoshua Peek2010-12-091-2/+2
* Improves performance by lazy loading the session.José Valim2010-10-031-2/+52
* Rename spec/ back to test/Christian Neukirchen2010-06-151-0/+70