aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/transactions.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15564 from sgrif/sg-remove-dead-codeRafael Mendonça França2014-06-071-7/+2
|\
| * Remove dead branch when restoring ID within a transactionSean Griffin2014-06-071-7/+2
* | Move conditionals about freezing closer to the definition of `freeze`Sean Griffin2014-06-071-4/+2
|/
* Rename attribute related instance variables to better express intentSean Griffin2014-05-301-4/+4
* fix typo [ci skip]Vijay Dev2014-05-171-1/+1
* Remove unecessary requireArthur Neves2014-05-161-2/+0
* Reuse the force_clear_transaction_record_stateRafael Mendonça França2014-05-161-1/+1
* Missed if :bomb:Rafael Mendonça França2014-05-161-1/+1
* Add a specific method to force the transaction record state clearRafael Mendonça França2014-05-161-5/+8
* Clear transaction state if callback raise rollbackArthur Neves2014-05-151-1/+1
* Small refactoring on clear_transaction_record_stateArthur Neves2014-05-151-3/+5
* Reverts "Fix bugs with changed attributes tracking when transaction gets roll...Arthur Neves2014-05-091-4/+0
* Dup the changed_attributes otherwise we could lose themArthur Neves2014-05-071-1/+1
* Keep track of dirty attrs after after rollback.Arthur Neves2014-05-071-2/+0
* Merge pull request #13166 from bogdan/transaction-magicRafael Mendonça França2014-05-071-0/+6
|\
| * Fix bugs with changed attributes tracking when transaction gets rollbackBogdan Gusiev2013-12-041-0/+6
* | AR .persisted? throws SystemStackError for an unsaved model with achrisfinne2014-03-271-1/+1
* | Make sure transaction state resets after commitArthur Neves2014-02-031-1/+1
* | Make AR::Base#touch fire the after_commit and after_rollback callbacksHarry Brundage2014-01-161-0/+4
* | Get rid of unused TransactionError constantCarlos Antonio da Silva2014-01-151-3/+0
* | Avoid converting :on option to array twice when defining commit/rollback call...Carlos Antonio da Silva2014-01-151-3/+2
|/
* Fixed typo with after_commit docsChris Ledet2013-10-251-2/+2
* #4566: Remove extra decrement of transaction levelPaul Nikitochkin2013-07-141-3/+3
* removed unnecessary mapping for on optionsAnton Kalyaev2013-06-251-5/+5
* deprecating string based terminatorsAaron Patterson2013-05-141-1/+3
* Revert "Merge pull request #6226 from gnufied/master"Rafael Mendonça França2013-04-101-2/+6
* SQLite3 3.6.8+ supports nested transactions [ci skip]Neeraj Singh2013-03-181-1/+1
* multiple actions for :on option with `after_commit` and `after_rollback`Yves Senn2013-02-211-14/+17
* Don't call after_commit when creating through an association and save fails, ...James Miller2013-02-131-1/+4
* validate :on option on after_commit and after_rollback callbacksPascal Friederich2012-12-261-6/+16
* 1.9 Syntax related changesAvnerCohen2012-11-101-14/+14
* frozen state should be restored after txn is abortedAaron Patterson2012-10-221-2/+3
* Fix out-of-date URL.Alex Reisner2012-09-191-1/+1
* Revert "create a transaction object and point AR objects at that object durin...Jon Leighton2012-09-151-29/+6
* create a transaction object and point AR objects at that object during aAaron Patterson2012-09-071-6/+29
* documents after_(commit|rollback)Xavier Noria2012-08-301-0/+18
* ivar will always be defined, so stop checkingAaron Patterson2012-08-231-3/+1
* initialize instance variables for transactions to remove conditionalsAaron Patterson2012-08-201-8/+6
* fix whitespace errorsAaron Patterson2012-08-201-2/+2
* Restore state on create when ActiveRecord::RecordInvalid is raisedDave Yeu2012-08-111-1/+1
* Restore the frozen state on rollback. Fixes #6417.Godfrey Chan2012-05-211-1/+3
* Merge pull request #5535 from markmcspadden/issue_5527_rollbacksAaron Patterson2012-05-161-1/+9
|\
| * Allow manual rollbacks in after_save to reset object correctlyMark McSpadden2012-03-211-1/+9
* | Fix transaction state not changing when after record gets commitedHemant Kumar2012-05-091-6/+2
|/
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-2/+0
* Remove Array.wrap calls in ActiveRecordRafael Mendonça França2012-01-061-2/+2
* fix nodocsVijay Dev2011-12-091-5/+5
* Revert "Raise error on unknown primary key."Jon Leighton2011-10-051-1/+1
* Raise error on unknown primary key.Jon Leighton2011-10-051-1/+1
* Edited activerecord/lib/active_record/transactions.rb via GitHubAyose2011-06-011-1/+1