aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/transaction_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-251-1/+0
* Remove unnecessary `respond_to?(:report_on_exception)` checkingyuuji.yaginuma2018-03-021-2/+2
* Deprecate update_attributes and update_attributes!Eddie Lebow2018-02-171-2/+2
* Suppress expected exceptions by `report_on_exception` = `false` in Ruby 2.5Yasuo Honda2017-12-131-0/+2
* Add new error class `QueryCanceled` which will be raised when canceling state...Ryuta Kamizono2017-11-271-2/+29
* Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)Ryuta Kamizono2017-11-271-2/+2
* Add new error class `StatementTimeout` which will be raised when statement ti...Ryuta Kamizono2017-11-131-0/+28
* Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapterRyuta Kamizono2017-11-111-0/+29
* 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
* Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-241-1/+1
* abort_on_exception can't be disabled for a single threadMatthew Draper2016-11-271-4/+4
* We expect exceptions; abort will just raise in the wrong placeMatthew Draper2016-11-271-0/+4
* Simplify serializable test to avoid mystery deadlockMatthew Draper2016-10-071-23/+21
* Make PG deadlock error more deterministicMatthew Draper2016-10-011-9/+12
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-7/+7
* 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-2/+27
* Add AR::TransactionSerializationError for transaction serialization failures ...Erol Fornoles2016-05-211-0/+72