aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/transaction_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add TransactionTimeout for MySQL error code 1205Gabriel Courtemanche2017-08-221-0/+6
* 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
* abort_on_exception can't be disabled for a single threadMatthew Draper2016-11-271-2/+4
* We expect exceptions; abort will just raise in the wrong placeMatthew Draper2016-11-271-9/+13
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-6/+6
* The problem isn't the detection but the deadlock itselfDavid Heinemeier Hansson2016-08-041-2/+2
* Introduce new ActiveRecord transaction error classesErol Fornoles2016-05-241-20/+13
* Add AR::TransactionSerializationError for transaction serialization failures ...Erol Fornoles2016-05-211-0/+62