| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 1 | -1/+0 |
* | Respect ENV variables when finding DBs etc for the test suite | Matthew Draper | 2019-02-06 | 1 | -3/+6 |
* | Embrace the instantiation in loving parens <3 | Kasper Timm Hansen | 2017-12-03 | 1 | -1/+2 |
* | Update cookie_store_test to use encrypted cookies | Michael Coyne | 2017-11-27 | 1 | -41/+83 |
* | Fix `test_session_store_with_expire_after` failure with rack-test 0.7.1 | Ryuta Kamizono | 2017-11-20 | 1 | -2/+2 |
* | Add key rotation cookies middleware | Michael Coyne | 2017-09-24 | 1 | -0/+4 |
* | freshen :expires option with duration support and add expiry metadata to cookies | Assain | 2017-08-20 | 1 | -2/+7 |
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 5 | -0/+10 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 5 | -5/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 5 | -0/+5 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 1 | -1/+1 |
* | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 3 | -7/+7 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -4/+4 |
* | modernizes hash syntax in actionpack | Xavier Noria | 2016-08-06 | 3 | -14/+14 |
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 5 | -182/+182 |
* | Deprecate :controller and :action path parameters | Andrew White | 2016-03-01 | 3 | -3/+9 |
* | 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 |