aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session/mem_cache_store_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-3/+6
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-46/+46
* Deprecate :controller and :action path parametersAndrew White2016-03-011-1/+3
* Revert "Update Session to utilize indiffernt access"Matthew Draper2016-02-261-31/+0
* Update Session to utilize indiffernt accessTom Prats2016-01-301-0/+31
* Fix deprecation warning in testseileencodes2015-08-081-1/+1
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-2/+2
* Use request.session.id instead of request.session_options[:id]Brian John2015-03-121-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-1/+1
* 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
* 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
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-2/+0
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-1/+1
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Fixed that an ArgumentError is thrown when request.session_options[:id] is re...Michael Lovitt2010-06-271-0/+24
* Make sure that Rails doesn't resent session_id cookie over and over again if ...Prem Sichanugrist2010-06-251-0/+12
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-231-2/+29
* Cut the fat and make session stores rely on request.cookie_jar and change set...José Valim2010-05-181-1/+6
* Ruby 1.9: resolve constant lookup issuesJeremy Kemper2009-11-041-1/+1
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-201-1/+1
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-031-1/+0
* Allow integration test rack app to be set with "@app" ivar instead of using o...Joshua Peek2009-09-261-3/+3
* Fix skipping memcache tests if a memcache server isn't runningJoshua Peek2009-09-261-0/+4
* Clean up session integration tests so they don't reference AC::DispatcherJoshua Peek2009-09-261-12/+3
* Reset session in integration tests after changing routes to reload the middle...Joshua Peek2009-08-271-8/+8
* Revert "Only save the session if we're actually writing to it [#2703 state:re...Joshua Peek2009-05-301-8/+0
* Only save the session if we're actually writing to it [#2703 state:resolved]Johan Sörensen2009-05-281-0/+8
* Session tests belong under dispatch folderJoshua Peek2009-04-211-0/+127