aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/hot_compatibility_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Test prepared statement cache only if prepared statements is enabledRyuta Kamizono2018-11-091-1/+1
* 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
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-5/+5
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-14/+14
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-11/+11
* Make tests a bit more beautifulSam Davies2015-11-051-10/+13
* Correctly deallocate prepared statements if we fail inside a transactionSam Davies2015-11-051-0/+85
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* fix tests for explain plan + bindsAaron Patterson2014-01-131-1/+1
* recover from test runs that leave the database in a bad stateAaron Patterson2014-01-131-1/+1
* Add an explicit test for hot compatibilityJon Leighton2012-09-281-0/+54