index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
transactions.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
make it easy to copy & paste the config from deprecation warning.
Yves Senn
2014-08-28
1
-2
/
+3
*
Fix after_commit warning message
Arthur Neves
2014-08-18
1
-1
/
+1
*
Add option to stop swallowing errors on callbacks.
Arthur Neves
2014-08-18
1
-4
/
+22
*
Merge pull request #15564 from sgrif/sg-remove-dead-code
Rafael Mendonça França
2014-06-07
1
-7
/
+2
|
\
|
*
Remove dead branch when restoring ID within a transaction
Sean Griffin
2014-06-07
1
-7
/
+2
*
|
Move conditionals about freezing closer to the definition of `freeze`
Sean Griffin
2014-06-07
1
-4
/
+2
|
/
*
Rename attribute related instance variables to better express intent
Sean Griffin
2014-05-30
1
-4
/
+4
*
fix typo [ci skip]
Vijay Dev
2014-05-17
1
-1
/
+1
*
Remove unecessary require
Arthur Neves
2014-05-16
1
-2
/
+0
*
Reuse the force_clear_transaction_record_state
Rafael Mendonça França
2014-05-16
1
-1
/
+1
*
Missed if :bomb:
Rafael Mendonça França
2014-05-16
1
-1
/
+1
*
Add a specific method to force the transaction record state clear
Rafael Mendonça França
2014-05-16
1
-5
/
+8
*
Clear transaction state if callback raise rollback
Arthur Neves
2014-05-15
1
-1
/
+1
*
Small refactoring on clear_transaction_record_state
Arthur Neves
2014-05-15
1
-3
/
+5
*
Reverts "Fix bugs with changed attributes tracking when transaction gets roll...
Arthur Neves
2014-05-09
1
-4
/
+0
*
Dup the changed_attributes otherwise we could lose them
Arthur Neves
2014-05-07
1
-1
/
+1
*
Keep track of dirty attrs after after rollback.
Arthur Neves
2014-05-07
1
-2
/
+0
*
Merge pull request #13166 from bogdan/transaction-magic
Rafael Mendonça França
2014-05-07
1
-0
/
+6
|
\
|
*
Fix bugs with changed attributes tracking when transaction gets rollback
Bogdan Gusiev
2013-12-04
1
-0
/
+6
*
|
AR .persisted? throws SystemStackError for an unsaved model with a
chrisfinne
2014-03-27
1
-1
/
+1
*
|
Make sure transaction state resets after commit
Arthur Neves
2014-02-03
1
-1
/
+1
*
|
Make AR::Base#touch fire the after_commit and after_rollback callbacks
Harry Brundage
2014-01-16
1
-0
/
+4
*
|
Get rid of unused TransactionError constant
Carlos Antonio da Silva
2014-01-15
1
-3
/
+0
*
|
Avoid converting :on option to array twice when defining commit/rollback call...
Carlos Antonio da Silva
2014-01-15
1
-3
/
+2
|
/
*
Fixed typo with after_commit docs
Chris Ledet
2013-10-25
1
-2
/
+2
*
#4566: Remove extra decrement of transaction level
Paul Nikitochkin
2013-07-14
1
-3
/
+3
*
removed unnecessary mapping for on options
Anton Kalyaev
2013-06-25
1
-5
/
+5
*
deprecating string based terminators
Aaron Patterson
2013-05-14
1
-1
/
+3
*
Revert "Merge pull request #6226 from gnufied/master"
Rafael Mendonça França
2013-04-10
1
-2
/
+6
*
SQLite3 3.6.8+ supports nested transactions [ci skip]
Neeraj Singh
2013-03-18
1
-1
/
+1
*
multiple actions for :on option with `after_commit` and `after_rollback`
Yves Senn
2013-02-21
1
-14
/
+17
*
Don't call after_commit when creating through an association and save fails, ...
James Miller
2013-02-13
1
-1
/
+4
*
validate :on option on after_commit and after_rollback callbacks
Pascal Friederich
2012-12-26
1
-6
/
+16
*
1.9 Syntax related changes
AvnerCohen
2012-11-10
1
-14
/
+14
*
frozen state should be restored after txn is aborted
Aaron Patterson
2012-10-22
1
-2
/
+3
*
Fix out-of-date URL.
Alex Reisner
2012-09-19
1
-1
/
+1
[next]