aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/transactions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverts "Fix bugs with changed attributes tracking when transaction gets roll...Arthur Neves2014-05-091-42/+0
* Keep track of dirty attrs after after rollback.Arthur Neves2014-05-071-18/+4
* Merge pull request #13166 from bogdan/transaction-magicRafael Mendonça França2014-05-071-0/+56
|\
| * Fix bugs with changed attributes tracking when transaction gets rollbackBogdan Gusiev2013-12-041-0/+56
* | AR .persisted? throws SystemStackError for an unsaved model with achrisfinne2014-03-271-0/+6
* | Restore ActiveRecord states after a rollback for models w/o callbacksGodfrey Chan2014-01-181-0/+11
|/
* Ensure that a column added in a test is being removed after allAkira Matsuda2013-11-131-0/+7
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-14/+14
* Assert presence of "frozen" in error message, not the full MRI message.Federico Ravasio2013-10-081-1/+3
* change the savepoint interface to allow passing the name.Yves Senn2013-09-301-0/+30
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-171-5/+0
|\
| * Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-5/+0
* | Fix indentationRafael Mendonça França2013-08-061-3/+2
* | asakusa.rb hack night!Aaron Patterson + Akira Matsuda2013-08-061-0/+3
|/