aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session
Commit message (Expand)AuthorAgeFilesLines
* 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
* Let's run action pack tests with DalliArun Agrawal2012-08-271-4/+4
* testing session store behaviorAaron Patterson2012-05-021-0/+56
* Remove default match without specified methodJose and Yehuda2012-04-243-3/+3
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-173-6/+0
* Add ActionDispatch::Session::CacheStore as a generic way of storing sessions ...Brian Durand2011-10-211-0/+181
* fix deprecation warning in cookie_store_testVijay Dev2011-09-251-1/+1
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-1/+0
* Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-1/+1
* Fix renew feature on cookies.José Valim2011-05-041-0/+16
* cleaning up some warnings on 1.9.3Aaron Patterson2011-02-071-1/+0