| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Update Session to utilize indiffernt access" | Matthew Draper | 2016-02-26 | 5 | -117/+0 |
* | Update Session to utilize indiffernt access | Tom Prats | 2016-01-30 | 5 | -0/+117 |
* | implement abstract store methods | Aaron Patterson | 2015-09-04 | 1 | -2/+2 |
* | Updating TestSession to access with indifference | Jeremy Friesen | 2015-08-26 | 1 | -0/+10 |
* | Merge pull request #21321 from rodzyn/removing_mocha | Kasper Timm Hansen | 2015-08-24 | 1 | -14/+18 |
|\ |
|
| * | Get rid of mocha tests - part 1 | Marcin Olichwirowicz | 2015-08-24 | 1 | -14/+18 |
* | | use a request object in the session middleware | Aaron Patterson | 2015-08-22 | 1 | -3/+3 |
|/ |
|
* | Fix deprecation warning in tests | eileencodes | 2015-08-08 | 1 | -1/+1 |
* | finish deprecating handling strings and symbols | Aaron Patterson | 2015-08-07 | 2 | -2/+2 |
* | Adds missing argument handling for ActionController::TestSession to | Matthew Gerrior | 2015-08-06 | 1 | -0/+10 |
* | Stop using deprecated `render :text` in test | Prem Sichanugrist | 2015-07-17 | 3 | -9/+9 |
* | Use request.session.id instead of request.session_options[:id] | Brian John | 2015-03-12 | 3 | -4/+4 |
* | Consistent usage of spaces in hashes across our codebase | Rafael Mendonça França | 2015-01-29 | 1 | -1/+1 |
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration | Kir Shatrov | 2015-01-29 | 2 | -5/+7 |
* | Expectations first | Akira Matsuda | 2014-08-18 | 1 | -3/+3 |
* | Regenerate sid when sbdy tries to fixate the session | Santiago Pastorino | 2014-08-04 | 1 | -9/+8 |
* | Skip individual tests upon Dalli::RingError | Matthew Draper | 2014-05-27 | 1 | -0/+18 |
* | Add an explicit require for 4ece124396669d3580e7f229ab407a0d4882727a rather t... | Jeremy Kemper | 2014-03-16 | 1 | -0/+1 |
* | Avoid concurrent test collision on the same memcache server by namespacing keys | Jeremy Kemper | 2014-03-16 | 1 | -1/+1 |
* | Remove comments about removing LegacyKeyGenerator in 4.1 | Trevor Turk | 2013-04-03 | 1 | -1/+0 |
* | Rename DummyKeyGenerator -> LegacyKeyGenerator | Trevor Turk | 2013-04-02 | 1 | -2/+2 |
* | Add keys/values methods to TestSession | Carlos Antonio da Silva | 2013-01-25 | 1 | -5/+11 |
* | Integrate Action Pack with Rack 1.5 | Carlos Antonio da Silva | 2013-01-25 | 1 | -2/+2 |
* | Alias refute methods to assert_not and perfer assert_not on tests | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 |
* | Sign cookies using key deriver | Santiago Pastorino | 2012-11-03 | 1 | -1/+4 |
* | fix cache store test | Steve Klabnik | 2012-09-30 | 1 | -0/+1 |
* | Add integration tests for reset_session in cookie store | Andreas Loupasakis | 2012-09-08 | 1 | -0/+20 |
* | Dalli doesn't support autoloading of unloaded classes | Guillermo Iguaran | 2012-09-06 | 1 | -5/+0 |
* | Let's run action pack tests with Dalli | Arun Agrawal | 2012-09-06 | 1 | -4/+4 |
* | Revert "Merge pull request #7452 from arunagw/memcached_dalli" | Jon Leighton | 2012-08-31 | 1 | -4/+4 |
* | Revert "Add missing require" | Jon Leighton | 2012-08-31 | 1 | -1/+0 |
* | Add missing require | Rafael Mendonça França | 2012-08-28 | 1 | -0/+1 |
* | Let's run action pack tests with Dalli | Arun Agrawal | 2012-08-27 | 1 | -4/+4 |
* | testing session store behavior | Aaron Patterson | 2012-05-02 | 1 | -0/+56 |
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 3 | -3/+3 |
* | Remove rescue_action from compatibility module and tests | Carlos Antonio da Silva | 2012-01-17 | 3 | -6/+0 |
* | Add ActionDispatch::Session::CacheStore as a generic way of storing sessions ... | Brian Durand | 2011-10-21 | 1 | -0/+181 |
* | fix deprecation warning in cookie_store_test | Vijay Dev | 2011-09-25 | 1 | -1/+1 |
* | remove warning: assigned but unused variable | Santiago Pastorino | 2011-06-08 | 1 | -1/+0 |
* | Replace references to ActiveSupport::SecureRandom with just SecureRandom, and... | Jon Leighton | 2011-05-23 | 1 | -1/+1 |
* | Fix renew feature on cookies. | José Valim | 2011-05-04 | 1 | -0/+16 |
* | cleaning up some warnings on 1.9.3 | Aaron Patterson | 2011-02-07 | 1 | -1/+0 |
* | Rely on Rack::Session stores API for more compatibility across the Ruby world. | José Valim | 2010-10-03 | 1 | -12/+0 |
* | Use parentheses when using assert_match followed by a regexp to avoid warnings. | Emilio Tagua | 2010-09-27 | 1 | -1/+1 |
* | Remove deprecated stuff in ActionController | Carlos Antonio da Silva | 2010-09-26 | 2 | -4/+4 |
* | Only send secure cookies over SSL. | W. Andrew Loe III | 2010-09-13 | 1 | -0/+17 |
* | Removed deprecated RouteSet API, still many tests fail | Piotr Sarnacki | 2010-09-05 | 2 | -2/+2 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 2 | -5/+5 |
* | Set session options id to nil is respected and cancels lazy loading. | José Valim | 2010-07-18 | 1 | -1/+19 |
* | porting session.clear fix to master branch. [#5030 state:resolved] | Aaron Patterson | 2010-07-01 | 1 | -0/+22 |