index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
adapters
/
postgresql
/
transaction_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary `respond_to?(:report_on_exception)` checking
yuuji.yaginuma
2018-03-02
1
-2
/
+2
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
1
-2
/
+2
*
Suppress expected exceptions by `report_on_exception` = `false` in Ruby 2.5
Yasuo Honda
2017-12-13
1
-0
/
+2
*
Add new error class `QueryCanceled` which will be raised when canceling state...
Ryuta Kamizono
2017-11-27
1
-2
/
+29
*
Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)
Ryuta Kamizono
2017-11-27
1
-2
/
+2
*
Add new error class `StatementTimeout` which will be raised when statement ti...
Ryuta Kamizono
2017-11-13
1
-0
/
+28
*
Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapter
Ryuta Kamizono
2017-11-11
1
-0
/
+29
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
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