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
/
transactions_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated `#set_state` from the transaction object
Rafael Mendonça França
2019-01-17
1
-11
/
+0
*
No need to handle if FrozenError is available
Yasuo Honda
2018-12-23
1
-1
/
+1
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-5
/
+5
*
Omit BEGIN/COMMIT statements for empty transactions
Eugene Kenny
2018-08-13
1
-1
/
+71
*
Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future
Ryuta Kamizono
2018-07-12
1
-1
/
+0
*
Rollback correctly restore initial record id after double save
Ryuta Kamizono
2018-05-19
1
-0
/
+1
*
Finalize transaction record state after real transaction
Eugene Kenny
2018-05-19
1
-0
/
+29
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-18
/
+18
*
Don't clear transaction state after manual rollback
Eugene Kenny
2018-05-10
1
-0
/
+12
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-4
/
+4
*
Autocorrect `refute` RuboCop violations
Daniel Colson
2018-04-03
1
-7
/
+7
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-28
/
+28
*
Handle `FrozenError` if it is available
Yasuo Honda
2017-12-20
1
-1
/
+1
*
Run `ConcurrentTransactionTest` if `supports_transaction_isolation?`
Yasuo Honda
2017-11-08
1
-15
/
+13
*
`Mysql2Adapter` should pass `ConcurrentTransactionTest`
Ryuta Kamizono
2017-11-09
1
-1
/
+1
*
Merge pull request #29724 from eugeneius/sync_primary_key
Matthew Draper
2017-08-02
1
-3
/
+49
|
\
|
*
Sync transaction state when accessing primary key
Eugene Kenny
2017-07-09
1
-3
/
+49
*
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
|
/
*
:warning: "Use assert_nil if expecting nil. This will fail in Minitest 6."
Akira Matsuda
2017-07-02
1
-1
/
+1
*
Apply record state based on parent transaction state
eileencodes
2017-07-01
1
-0
/
+70
*
Deprecate and replace `set_state` method
eileencodes
2017-07-01
1
-0
/
+38
*
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
*
Add test cases for #28274
Ryuta Kamizono
2017-06-15
1
-0
/
+46
*
Restore `fixtures :author_addresses`
Ryuta Kamizono
2017-04-27
1
-1
/
+1
*
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
1
-1
/
+1
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
1
-1
/
+1
*
Remove deprecated behavior that halts callbacks when the return is false
Rafael Mendonça França
2017-02-07
1
-10
/
+0
*
:warning: "Use assert_nil if expecting nil. This will fail in MT6."
Akira Matsuda
2017-01-18
1
-1
/
+5
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-5
/
+5
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-2
/
+2
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-3
/
+4
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-8
/
+8
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-19
/
+19
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-44
/
+44
*
Allow add_to_transaction with null transaction
Emanuel Evans
2015-12-28
1
-0
/
+5
*
Removed mocha from Active Record Part 2
Ronak Jangir
2015-09-16
1
-6
/
+10
*
Fix state being carried over from previous transaction
Roque Pinel
2015-07-20
1
-0
/
+7
*
Silence deprecation warning from force reload
Prem Sichanugrist
2015-07-16
1
-2
/
+2
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-2
/
+2
*
Fix transaction state for unsynced records when entering transaction
brainopia
2015-03-04
1
-0
/
+9
*
Fix rollback of frozen records
brainopia
2015-03-04
1
-0
/
+9
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
2015-02-18
1
-1
/
+1
*
Whitespace fixes from #18349
Sean Griffin
2015-01-05
1
-2
/
+1
*
Merge pull request #18349 from jdelStrother/primarykeyless
Sean Griffin
2015-01-05
1
-0
/
+22
|
\
|
*
Fix rollback of primarykey-less tables
Jonathan del Strother
2015-01-05
1
-0
/
+22
*
|
can't kill thread with in-memory db. fixes `rake test:sqlite3_mem`.
Yves Senn
2015-01-05
1
-0
/
+2
[next]