aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/adapter_leasing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-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
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-7/+7
* Refactor connection handlerArthur Neves2016-05-051-1/+1
* AR::ConPool - establish connections outside of critical section.thedarkone2015-05-141-1/+1
* AR::ConPool - reduce post checkout critical section.thedarkone2015-05-141-1/+3
* Rearrange deck chairs on the titanic. Organize connection handling test cases.Jeremy Kemper2014-04-211-0/+54