aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/transactions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Run `ConcurrentTransactionTest` if `supports_transaction_isolation?`Yasuo Honda2017-11-081-15/+13
* `Mysql2Adapter` should pass `ConcurrentTransactionTest`Ryuta Kamizono2017-11-091-1/+1
* Merge pull request #29724 from eugeneius/sync_primary_keyMatthew Draper2017-08-021-3/+49
|\
| * Sync transaction state when accessing primary keyEugene Kenny2017-07-091-3/+49
* | Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
|/
* :warning: "Use assert_nil if expecting nil. This will fail in Minitest 6."Akira Matsuda2017-07-021-1/+1
* Apply record state based on parent transaction stateeileencodes2017-07-011-0/+70
* Deprecate and replace `set_state` methodeileencodes2017-07-011-0/+38
* 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
* Add test cases for #28274Ryuta Kamizono2017-06-151-0/+46
* Restore `fixtures :author_addresses`Ryuta Kamizono2017-04-271-1/+1
* Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-261-1/+1
* Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-261-1/+1
* Remove deprecated behavior that halts callbacks when the return is falseRafael Mendonça França2017-02-071-10/+0
* :warning: "Use assert_nil if expecting nil. This will fail in MT6."Akira Matsuda2017-01-181-1/+5
* Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-031-1/+1
* Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-031-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-5/+5
* improve error message when include assertions failMichael Grosser2016-09-161-2/+2
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-3/+4
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-8/+8
* modernizes hash syntax in activerecordXavier Noria2016-08-061-19/+19
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-44/+44
* Allow add_to_transaction with null transactionEmanuel Evans2015-12-281-0/+5
* Removed mocha from Active Record Part 2Ronak Jangir2015-09-161-6/+10
* Fix state being carried over from previous transactionRoque Pinel2015-07-201-0/+7
* Silence deprecation warning from force reloadPrem Sichanugrist2015-07-161-2/+2
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-2/+2
* Fix transaction state for unsynced records when entering transactionbrainopia2015-03-041-0/+9
* Fix rollback of frozen recordsbrainopia2015-03-041-0/+9
* prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-181-1/+1
* Whitespace fixes from #18349Sean Griffin2015-01-051-2/+1
* Merge pull request #18349 from jdelStrother/primarykeylessSean Griffin2015-01-051-0/+22
|\
| * Fix rollback of primarykey-less tablesJonathan del Strother2015-01-051-0/+22
* | can't kill thread with in-memory db. fixes `rake test:sqlite3_mem`.Yves Senn2015-01-051-0/+2
* | Remove Thread hack for Ruby 1.9claudiob2015-01-041-23/+18
|/
* Deprecate `false` as the way to halt AR callbacksclaudiob2015-01-021-1/+11
* Merge branch 'brainopia-remember_frozen_state_in_transaction'Sean Griffin2014-12-261-0/+15
|\
| * Propagate frozen state during transaction changesbrainopia2014-12-261-0/+14
|/
* skip test to get `sqlite3_mem` suite passing.Yves Senn2014-12-031-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+3
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* Roll back open transactions when the running thread is killed.Chris Hanks2014-08-221-0/+31
* Use *_transaction methods in TransactionManagerArthur Neves2014-08-151-0/+24
* Cleanup Transaction inheritance.Arthur Neves2014-08-051-2/+2
* Remove being/number methods from transaction classArthur Neves2014-07-311-2/+2
* savepoint_name should return nil for non-savepoint transactionsArthur Neves2014-07-281-0/+20
* Clear transaction state if callback raise rollbackArthur Neves2014-05-151-0/+13