aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/transaction_isolation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-2/+2
* Fix typo s/Topic/Tag/Ryuta Kamizono2018-08-231-1/+1
* Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-131-1/+1
* Consolidate redundant `if` and `unless` with the same conditionRyuta Kamizono2017-11-091-3/+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
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-7/+7
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-2/+2
* Deprecate use of string in establish_connection as connection lookupJosé Valim2013-12-241-2/+2
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-80/+72
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
* Skip tests for non-supported isolation levelsYasuo Honda2012-09-261-2/+6
* Skip tests for non-supported isolation levels with OracleYasuo Honda2012-09-251-0/+2
* Make the serializable test much looserJon Leighton2012-09-211-18/+5
* Support for specifying transaction isolation levelJon Leighton2012-09-211-0/+121