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
/
mysql2
/
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`
Yasuo Honda
2017-12-14
1
-0
/
+2
*
Add new error class `QueryCanceled` which will be raised when canceling state...
Ryuta Kamizono
2017-11-27
1
-0
/
+27
*
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
/
+29
*
Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapter
Ryuta Kamizono
2017-11-11
1
-1
/
+1
*
Should test actual error which is raised from the database
Ryuta Kamizono
2017-11-11
1
-1
/
+23
*
Add TransactionTimeout for MySQL error code 1205
Gabriel Courtemanche
2017-08-22
1
-0
/
+6
*
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
*
abort_on_exception can't be disabled for a single thread
Matthew Draper
2016-11-27
1
-2
/
+4
*
We expect exceptions; abort will just raise in the wrong place
Matthew Draper
2016-11-27
1
-9
/
+13
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-6
/
+6
*
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
-20
/
+13
*
Add AR::TransactionSerializationError for transaction serialization failures ...
Erol Fornoles
2016-05-21
1
-0
/
+62