| Commit message (Expand) | Author | Age | Files | Lines |
* | [PostgreSQL]: Replace deprecated PG constants. | Lars Kanis | 2017-03-22 | 1 | -1/+1 |
* | Prioritize checking `:on` actions before `:if` for transaction callbacks | Erol Fornoles | 2017-02-21 | 1 | -1/+1 |
* | Remove deprecated behavior that halts callbacks when the return is false | Rafael Mendonça França | 2017-02-07 | 1 | -1/+0 |
* | Remove deprecated `#raise_in_transactional_callbacks` configuration | Rafael Mendonça França | 2016-12-29 | 1 | -10/+0 |
* | Privatize unneededly protected methods in Active Record | Akira Matsuda | 2016-12-24 | 1 | -9/+7 |
* | No need to nodoc private methods | Akira Matsuda | 2016-12-24 | 1 | -2/+2 |
* | Emulate db trigger behaviour for after_commit :destroy, :update | Stefan Budeanu | 2016-12-09 | 1 | -2/+3 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -23/+23 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -70/+70 |
* | applies new string literal convention in activerecord/lib | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | [ci skip] Clarify DDL term in ActiveRecord::Transactions | Alex Kitchens | 2016-06-27 | 1 | -4/+4 |
* | Fix the API documentation layout of after_*_commit | Genadi Samokovarov | 2016-01-20 | 1 | -3/+3 |
* | Introduce after_{create,update,delete}_commit callbacks | Genadi Samokovarov | 2015-12-06 | 1 | -3/+23 |
* | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 1 | -29/+30 |
* | Fix the AS::Callbacks terminator regression from 4.2.3 | Roque Pinel | 2015-09-22 | 1 | -0/+1 |
* | Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s... | amitkumarsuroliya | 2015-09-10 | 1 | -1/+1 |
* | Fix state being carried over from previous transaction | Roque Pinel | 2015-07-20 | 1 | -0/+4 |
* | fix doc about ActiveRecord::Transactions::ClassMethods#transaction [ci skip] | Mehmet Emin İNAÇ | 2015-07-20 | 1 | -2/+1 |
* | Revert "Revert "Reduce allocations when running AR callbacks."" | Guo Xiang Tan | 2015-07-16 | 1 | -6/+6 |
* | [ci skip] Upcase `SAVEPOINT` | yui-knk | 2015-05-12 | 1 | -1/+1 |
* | [ci skip] Fix comment indent | yui-knk | 2015-05-12 | 1 | -1/+1 |
* | Revert "Reduce allocations when running AR callbacks." | Guo Xiang Tan | 2015-03-22 | 1 | -6/+6 |
* | ‘test_after_commit’ gem is not required in Rails 5 remove note from doc | Gaurav Sharam | 2015-03-10 | 1 | -5/+3 |
* | Fix transaction state for unsynced records when entering transaction | brainopia | 2015-03-04 | 1 | -0/+1 |
* | Fix rollback of frozen records | brainopia | 2015-03-04 | 1 | -1/+2 |
* | Revert "mutate the transaction object to reflect state" | Aaron Patterson | 2015-03-02 | 1 | -7/+7 |
* | ask the txn for it's state, not a state object | Aaron Patterson | 2015-03-02 | 1 | -7/+7 |
* | Make private methods private | Arthur Neves | 2015-03-02 | 1 | -0/+2 |
* | Remove !has_transactional_callbacks? check | Arthur Neves | 2015-03-02 | 1 | -1/+1 |
* | remove useless instance variable | Aaron Patterson | 2015-03-02 | 1 | -9/+4 |
* | Move transaction code to transaction module | Arthur Neves | 2015-03-01 | 1 | -0/+41 |
* | Add before_commit | Arthur Neves | 2015-02-24 | 1 | -0/+17 |
* | Add transaction callbacks that wont enroll to the transaction. | Arthur Neves | 2015-02-24 | 1 | -2/+20 |
* | add destroyed records to the currend transaction | Aaron Patterson | 2015-02-01 | 1 | -1/+4 |
* | push add to transaction logic down to the instance | Aaron Patterson | 2015-02-01 | 1 | -1/+5 |
* | remove conditional that is always true | Aaron Patterson | 2015-02-01 | 1 | -3/+2 |
* | Use keyword args on committed! and rolledback! | Arthur Neves | 2015-01-09 | 1 | -2/+2 |
* | Merge pull request #18349 from jdelStrother/primarykeyless | Sean Griffin | 2015-01-05 | 1 | -1/+1 |
|\ |
|
| * | Fix rollback of primarykey-less tables | Jonathan del Strother | 2015-01-05 | 1 | -1/+1 |
* | | Change transaction callbacks to not swallowing errors. | Rafael Mendonça França | 2015-01-04 | 1 | -19/+10 |
|/ |
|
* | Deprecate `false` as the way to halt AR callbacks | claudiob | 2015-01-02 | 1 | -1/+0 |
* | Throw :abort halts default CallbackChains | claudiob | 2015-01-02 | 1 | -1/+1 |
* | Merge branch 'brainopia-remember_frozen_state_in_transaction' | Sean Griffin | 2014-12-26 | 1 | -7/+5 |
|\ |
|
| * | Propagate frozen state during transaction changes | brainopia | 2014-12-26 | 1 | -7/+5 |
|/ |
|
* | Merge pull request #18102 from arthurnn/nodoc_constant | Arthur Nogueira Neves | 2014-12-19 | 1 | -0/+2 |
* | Make error message clearer that :on requires a symbol, not a string | Carol Nichols | 2014-12-07 | 1 | -1/+1 |
* | Prefix internal method with _ | Rafael Mendonça França | 2014-10-25 | 1 | -2/+2 |
* | Make the config actually copyable | Godfrey Chan | 2014-10-14 | 1 | -1/+1 |
* | Reduce allocations when running AR callbacks. | Pete Higgins | 2014-09-28 | 1 | -2/+2 |
* | Avoid using heredoc for user warnings | Godfrey Chan | 2014-08-28 | 1 | -10/+9 |