aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/transactions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* fix order dependent testNeeraj Singh2013-07-281-0/+5
* #4566: Remove extra decrement of transaction levelPaul Nikitochkin2013-07-141-0/+14
* close our connection when we are doneAaron Patterson2013-07-081-13/+11
* Remove deprecated `transaction_joinable=`Arun Agrawal2013-07-031-9/+0
* remove deprecated `PostgreSQLAdapter#outside_transaction?` method.Yves Senn2013-07-031-10/+0
* Reduced memory leak problem in transactions by lazily updating AR objects wit...wangjohn2013-02-201-2/+2
* Refactored transaction state into its own object. Each transaction creates a ...wangjohn2013-01-211-2/+10
* Created state for a transaction and added tests.wangjohn2013-01-201-0/+20
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-4/+4
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-2/+2
* frozen state should be restored after txn is abortedAaron Patterson2012-10-221-0/+15
* Get rid of global variable in AR transactions testCarlos Antonio da Silva2012-09-201-7/+7
* Remove our use of #outside_transaction?Jon Leighton2012-09-151-29/+3
* Remove the transaction_open variableJon Leighton2012-09-151-0/+5
* Move transaction joinability into the transaction objectJon Leighton2012-09-151-0/+9
* Start to tease out transaction handling into a state machineJon Leighton2012-09-151-0/+1
* removing dead codeAaron Patterson2012-08-201-19/+7
* define singleton methods rather than adding and removing methodsAaron Patterson2012-08-201-45/+32
* remove dead codeAaron Patterson2012-08-201-78/+36
* Restore state on create when ActiveRecord::RecordInvalid is raisedDave Yeu2012-08-111-0/+17
* Restore the frozen state on rollback. Fixes #6417.Godfrey Chan2012-05-211-0/+10
* Automatic closure of connections in threads is deprecated. For exampleAaron Patterson2011-11-291-0/+3
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* persisted? should be able to return a truthy objectAaron Patterson2010-12-161-8/+8
* removing many unused variablesAaron Patterson2010-11-161-1/+1
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-8/+8
* Fix SQLite adapter name [#5842 state:resolved]Anil Wadghule2010-10-191-1/+1
* #transaction on the instance level should take options as wellCarl Lerche2010-10-141-0/+21
* Update the ActiveRecord tests to not set unused optionsCarl Lerche2010-10-131-2/+0
* update_attributes and update_attributes! are now wrapped in a transactionNeeraj Singh2010-07-131-1/+22
* Revert "Temporarily revert "Update after_commit and after_rollback docs and t...Jeremy Kemper2010-06-081-0/+33
* Temporarily revert "Update after_commit and after_rollback docs and tests to ...Jeremy Kemper2010-06-081-33/+0
* Add after_commit and after_rollback callbacks to ActiveRecord that are called...Brian Durand2010-04-291-14/+47
* squelching more warnings in the AR tests. [#4218 state:resolved]Aaron Patterson2010-03-181-6/+32
* Refactor new callbacks and AR implementation.José Valim2009-09-081-6/+6
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-5/+5
* SQLite adapters now support DDL transactions [#2080 state:resolved]Jason King2009-03-141-5/+10
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-2/+2
* Revert "Wrap calls to update_attributes in a transaction."Michael Koziarski2009-02-221-34/+0
* Wrap calls to update_attributes in a transaction.Xavier Noria2009-02-221-0/+34
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-18/+14