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
/
guides
/
source
/
active_record_callbacks.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove reminiscences from previous documentation [ci skip]
Alberto Almagro
2019-04-23
1
-8
/
+0
*
Add documentation for 'after_save_commit' [ci skip]
Sharang Dashputre
2019-04-05
1
-2
/
+25
*
update callbacks skipping methods in guide [ci skip]
Shivam Jain
2019-02-23
1
-3
/
+2
*
Revert "Merge pull request #35324 from sharang-d/patch-2"
Ryuta Kamizono
2019-02-19
1
-1
/
+1
*
Update active_record_callbacks.md [ci skip]
Sharang Dashputre
2019-02-19
1
-1
/
+1
*
Delete documentation inconsistency 'finally' for AR callbacks [ci skip] (#35...
Shodai Suzuki
2019-02-19
1
-1
/
+1
*
Add combining callback conditions [skip ci] (#35313)
Shodai Suzuki
2019-02-19
1
-0
/
+14
*
Clarify transactional behavior of after_commit and after_rollback callbacks
Robbert Brak
2018-09-14
1
-1
/
+3
*
Improve documentation of Procs as :if / :unless options for callbacks
Fabian Schwahn
2018-08-20
1
-0
/
+8
*
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-1
/
+1
*
Fix document issue in active record callback about `after_touch` hook.
lanzhiheng
2018-07-15
1
-4
/
+4
*
Added a lot of Oxford commas
Anthony Crumley
2018-05-10
1
-1
/
+1
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
1
-1
/
+1
*
Move touch method from Skipping Callbacks section to Running Callbacks sectio...
Avneet Singh Malhotra
2017-11-13
1
-1
/
+1
*
Small grammar fixes
Jon Moss
2017-08-16
1
-1
/
+1
*
[ci skip] Add documentation for after_create_commit and after_update_commit c...
jagdeepsingh
2017-07-25
1
-0
/
+29
*
Pluralize callback
Jon Moss
2017-04-10
1
-1
/
+3
*
Merge pull request #28680 from vishalzambre/callback_doc_update
Jon Moss
2017-04-10
1
-0
/
+2
|
\
|
*
[ci skip] documented issue related before_destroy
vishalzambre
2017-04-10
1
-0
/
+2
*
|
Fix edge guides for Active Record callbacks
Alessandro Dal Grande
2017-04-04
1
-1
/
+5
|
/
*
Remove deprecate passing string to `:if` and `:unless` conditional options [c...
yuuji.yaginuma
2017-02-18
1
-11
/
+1
*
Merge pull request #25427 from eugeneius/update_increment_documentation
Kasper Timm Hansen
2017-01-08
1
-2
/
+0
|
\
|
*
Update increment! documentation [ci skip]
Eugene Kenny
2016-08-15
1
-2
/
+0
*
|
Abuse of protected in guides
Akira Matsuda
2016-12-25
1
-3
/
+3
*
|
Update docs for change in transaction callback exceptions
Nathan Wenneker
2016-09-03
1
-1
/
+1
|
/
*
[skip ci] Fix typo and simplify after_commit example
wynksaiddestroy
2016-06-14
1
-2
/
+2
*
Mention that halting chain does not re-raise `ActiveRecord::RecordInvalid` e...
Vipul A M
2016-01-19
1
-1
/
+1
*
Introduce ApplicationRecord, an Active Record layer supertype
Genadi Samokovarov
2015-12-16
1
-17
/
+17
*
Introduce after_{create,update,delete}_commit callbacks
Genadi Samokovarov
2015-12-06
1
-0
/
+19
*
Merge pull request #19289 from ahmad-alkheat/master
Yves Senn
2015-03-11
1
-1
/
+1
|
\
|
*
Unnecessary usage of self in the guides
Ahmad Al-kheat
2015-03-11
1
-1
/
+1
*
|
- Changed `IN` to `ON` in markdown renderer condition
Vipul A M
2015-01-14
1
-1
/
+1
|
/
*
warn about reading guides in GitHub
Xavier Noria
2014-12-23
1
-0
/
+2
*
correct markdown usage [ci skip]
Nishant Modak
2014-07-09
1
-1
/
+1
*
Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]
John Kelly Ferguson
2014-05-21
1
-8
/
+8
*
Add after_commit/after_rollback to callback list
Kyle Heironimus
2014-04-10
1
-0
/
+3
*
Merge pull request #13032 from kuldeepaggarwal/after_touch_documentation
Yves Senn
2013-12-12
1
-0
/
+49
|
\
|
*
[ci skip] added after_touch callback documentation
Kuldeep Aggarwal
2013-12-12
1
-0
/
+49
*
|
typos rectified lifecycle => life cycle
Aayush khandelwal
2013-12-12
1
-1
/
+1
*
|
The section that mentions after_commit and after_rollback will swallow except...
Bikram
2013-11-28
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-11-07
1
-2
/
+2
|
\
|
*
exists? is deprecated in ruby trunk [ci skip]
Rashmi Yadav
2013-11-01
1
-2
/
+2
*
|
Rephrase ActiveRecord transaction rollback warning
Nate Berkopec
2013-10-16
1
-1
/
+1
|
/
*
Use Ruby on Rails Coding Conventions for code examples in the guides
Paul Nikitochkin
2013-09-06
1
-10
/
+10
*
Change the wording to explain following methods skip callbacks [ci skip]
Prathamesh Sonpatki
2013-08-19
1
-1
/
+3
*
Remove block argument from callback example.
Carlos Souza
2013-07-13
1
-2
/
+2
*
1.9 Hash Syntax
Akira Matsuda
2013-07-08
1
-1
/
+1
*
Adding find_by in guide to methods that trigger after_find
Cristian Planas
2013-07-01
1
-0
/
+1
*
update the example for `after_commit` in the guides.
Yves Senn
2013-02-24
1
-9
/
+7
*
remove 'update' duplications
Juanjo Bazán
2013-01-08
1
-1
/
+0
[next]