Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Privatize unneededly protected methods in Active Record tests | Akira Matsuda | 2016-12-24 | 1 | -1/+1 |
* | abort_on_exception can't be disabled for a single thread | Matthew Draper | 2016-11-27 | 1 | -4/+4 |
* | We expect exceptions; abort will just raise in the wrong place | Matthew Draper | 2016-11-27 | 1 | -0/+4 |
* | Simplify serializable test to avoid mystery deadlock | Matthew Draper | 2016-10-07 | 1 | -23/+21 |
* | Make PG deadlock error more deterministic | Matthew Draper | 2016-10-01 | 1 | -9/+12 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -6/+6 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -7/+7 |
* | The problem isn't the detection but the deadlock itself | David Heinemeier Hansson | 2016-08-04 | 1 | -2/+2 |
* | Introduce new ActiveRecord transaction error classes | Erol Fornoles | 2016-05-24 | 1 | -2/+27 |
* | Add AR::TransactionSerializationError for transaction serialization failures ... | Erol Fornoles | 2016-05-21 | 1 | -0/+72 |