aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/session
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rely on Rack::Session stores API for more compatibility across the Ruby world.José Valim2010-10-031-12/+0
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-1/+1
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-262-4/+4
* Only send secure cookies over SSL.W. Andrew Loe III2010-09-131-0/+17
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-052-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-142-5/+5
* Set session options id to nil is respected and cancels lazy loading.José Valim2010-07-181-1/+19
* porting session.clear fix to master branch. [#5030 state:resolved]Aaron Patterson2010-07-011-0/+22
* Fixed that an ArgumentError is thrown when request.session_options[:id] is re...Michael Lovitt2010-06-272-0/+50
* Make sure that Rails doesn't resent session_id cookie over and over again if ...Prem Sichanugrist2010-06-251-0/+12
* Avoid deserializing cookies too early, which causes session objects to not be...José Valim2010-06-241-3/+3
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-232-3/+39
* The previous commit didn't work with complex domains, which is now fixed.Rizwan Reza2010-06-111-5/+5
* Add support for multi-subdomain session by setting cookie host in session coo...Rizwan Reza2010-06-111-0/+29
* Cut the fat and make session stores rely on request.cookie_jar and change set...José Valim2010-05-182-2/+7
* Remove deprecated methods since 2-3-stable.José Valim2010-05-181-12/+0
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-181-46/+20
* Cookies middlewareJoshua Peek2010-01-161-2/+2
* Ruby 1.9: resolve constant lookup issuesJeremy Kemper2009-11-042-2/+2
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-202-2/+2
* CookieJar#delete should return the key's value, consistent with a HashJeffrey Hardy2009-10-141-2/+2
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-032-2/+0
* Allow integration test rack app to be set with "@app" ivar instead of using o...Joshua Peek2009-09-262-5/+5
* Fix skipping memcache tests if a memcache server isn't runningJoshua Peek2009-09-261-0/+4