aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-3/+6
* Embrace the instantiation in loving parens <3Kasper Timm Hansen2017-12-031-1/+2
* Update cookie_store_test to use encrypted cookiesMichael Coyne2017-11-271-41/+83
* Fix `test_session_store_with_expire_after` failure with rack-test 0.7.1Ryuta Kamizono2017-11-201-2/+2
* Add key rotation cookies middlewareMichael Coyne2017-09-241-0/+4
* freshen :expires option with duration support and add expiry metadata to cookiesAssain2017-08-201-2/+7
* Use frozen string literal in actionpack/Kir Shatrov2017-07-295-0/+10
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-025-5/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-015-0/+5
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-253-7/+7
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-4/+4
* modernizes hash syntax in actionpackXavier Noria2016-08-063-14/+14
* applies new string literal convention in actionpack/testXavier Noria2016-08-065-182/+182
* Deprecate :controller and :action path parametersAndrew White2016-03-013-3/+9
* Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-265-117/+0
* Update Session to utilize indiffernt accessTom Prats2016-01-305-0/+117
* implement abstract store methodsAaron Patterson2015-09-041-2/+2
* Updating TestSession to access with indifferenceJeremy Friesen2015-08-261-0/+10
* Merge pull request #21321 from rodzyn/removing_mochaKasper Timm Hansen2015-08-241-14/+18
|\
| * Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-241-14/+18
* | use a request object in the session middlewareAaron Patterson2015-08-221-3/+3
|/
* Fix deprecation warning in testseileencodes2015-08-081-1/+1
* finish deprecating handling strings and symbolsAaron Patterson2015-08-072-2/+2
* Adds missing argument handling for ActionController::TestSession toMatthew Gerrior2015-08-061-0/+10
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-173-9/+9
* Use request.session.id instead of request.session_options[:id]Brian John2015-03-123-4/+4
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-292-5/+7
* Expectations firstAkira Matsuda2014-08-181-3/+3
* Regenerate sid when sbdy tries to fixate the sessionSantiago Pastorino2014-08-041-9/+8
* Skip individual tests upon Dalli::RingErrorMatthew Draper2014-05-271-0/+18
* Add an explicit require for 4ece124396669d3580e7f229ab407a0d4882727a rather t...Jeremy Kemper2014-03-161-0/+1
* Avoid concurrent test collision on the same memcache server by namespacing keysJeremy Kemper2014-03-161-1/+1
* Remove comments about removing LegacyKeyGenerator in 4.1Trevor Turk2013-04-031-1/+0
* Rename DummyKeyGenerator -> LegacyKeyGeneratorTrevor Turk2013-04-021-2/+2
* Add keys/values methods to TestSessionCarlos Antonio da Silva2013-01-251-5/+11
* Integrate Action Pack with Rack 1.5Carlos Antonio da Silva2013-01-251-2/+2
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
* Sign cookies using key deriverSantiago Pastorino2012-11-031-1/+4
* fix cache store testSteve Klabnik2012-09-301-0/+1
* Add integration tests for reset_session in cookie storeAndreas Loupasakis2012-09-081-0/+20
* Dalli doesn't support autoloading of unloaded classesGuillermo Iguaran2012-09-061-5/+0
* Let's run action pack tests with DalliArun Agrawal2012-09-061-4/+4
* Revert "Merge pull request #7452 from arunagw/memcached_dalli"Jon Leighton2012-08-311-4/+4
* Revert "Add missing require"Jon Leighton2012-08-311-1/+0
* Add missing requireRafael Mendonça França2012-08-281-0/+1