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
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Remove SQLite version support caveats [ci skip]
Eugene Kenny
2019-05-12
1
-2
/
+2
*
Should attempt `committed!`/`rolledback!` to all enrolled records in the tran...
Ryuta Kamizono
2019-05-07
1
-9
/
+7
*
Should take the record's state of first action in the transaction
Ryuta Kamizono
2019-04-30
1
-8
/
+9
*
Simplify restore state condition
Ryuta Kamizono
2019-04-24
1
-4
/
+2
*
Lazy allocate `@_start_transaction_state`
Ryuta Kamizono
2019-04-24
1
-6
/
+8
*
PERF: 20% faster pk attribute access
Ryuta Kamizono
2019-04-22
1
-3
/
+2
*
Avoid method call if `@transaction_state` is not finalized
Ryuta Kamizono
2019-04-21
1
-2
/
+2
*
Fix dirty tracking after rollback.
Ryuta Kamizono
2019-04-16
1
-3
/
+10
*
Don't refer `@transaction_state` directly
Ryuta Kamizono
2019-04-16
1
-5
/
+5
*
Refactor `sync_with_transaction_state`
Ryuta Kamizono
2019-04-15
1
-8
/
+14
*
Remove useless `update_attributes_from_transaction_state` and `set_transactio...
Ryuta Kamizono
2019-04-14
1
-14
/
+3
*
Don't expose `add_to_transaction`
Ryuta Kamizono
2019-04-14
1
-13
/
+7
*
Don't call after_commit callbacks despite a record isn't saved
Ryuta Kamizono
2019-04-12
1
-1
/
+11
*
Add `after_save_commit` callback as shortcut for `after_commit :hook, on: [ :...
David Heinemeier Hansson
2019-04-02
1
-0
/
+6
*
Remove ensure from with_transaction_returning_status
Eugene Kenny
2018-11-11
1
-4
/
+0
*
Fix `save` in `after_create_commit` won't invoke extra `after_create_commit`
Ryuta Kamizono
2018-06-04
1
-10
/
+16
*
`record.destroy` on new record won't invoke after create commit callbacks
Ryuta Kamizono
2018-06-03
1
-1
/
+1
*
Rollback correctly restore initial record id after double save
Ryuta Kamizono
2018-05-19
1
-1
/
+1
*
Finalize transaction record state after real transaction
Eugene Kenny
2018-05-19
1
-1
/
+2
*
Merge pull request #32878 from eugeneius/rm_rollback_active_record_state
Ryuta Kamizono
2018-05-13
1
-14
/
+1
|
\
|
*
Remove ActiveRecord::Transactions#rollback_active_record_state!
Eugene Kenny
2018-05-13
1
-14
/
+1
*
|
Don't clear transaction state after manual rollback
Eugene Kenny
2018-05-10
1
-7
/
+1
|
/
*
Fix logic on disabling commit callbacks
Brian Durand
2018-05-04
1
-1
/
+1
*
Remove deprecated `:if` and `:unless` string filter for callbacks
Rafael Mendonça França
2017-10-23
1
-1
/
+1
*
Update links to use https instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
1
-1
/
+1
*
Add space
Jon Moss
2017-08-16
1
-1
/
+1
*
Fix RDoc formatting: `+` doesn't work with `@`
ohbarye
2017-08-11
1
-1
/
+1
*
Merge pull request #29724 from eugeneius/sync_primary_key
Matthew Draper
2017-08-02
1
-2
/
+2
|
\
|
*
Sync transaction state when accessing primary key
Eugene Kenny
2017-07-09
1
-2
/
+2
*
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
|
/
*
Apply record state based on parent transaction state
eileencodes
2017-07-01
1
-1
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
[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
[next]