aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_callbacks.md
Commit message (Expand)AuthorAgeFilesLines
* Remove reminiscences from previous documentation [ci skip]Alberto Almagro2019-04-231-8/+0
* Add documentation for 'after_save_commit' [ci skip]Sharang Dashputre2019-04-051-2/+25
* update callbacks skipping methods in guide [ci skip]Shivam Jain2019-02-231-3/+2
* Revert "Merge pull request #35324 from sharang-d/patch-2"Ryuta Kamizono2019-02-191-1/+1
* Update active_record_callbacks.md [ci skip]Sharang Dashputre2019-02-191-1/+1
* Delete documentation inconsistency 'finally' for AR callbacks [ci skip] (#35...Shodai Suzuki2019-02-191-1/+1
* Add combining callback conditions [skip ci] (#35313)Shodai Suzuki2019-02-191-0/+14
* Clarify transactional behavior of after_commit and after_rollback callbacksRobbert Brak2018-09-141-1/+3
* Improve documentation of Procs as :if / :unless options for callbacksFabian Schwahn2018-08-201-0/+8
* Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
* Fix document issue in active record callback about `after_touch` hook.lanzhiheng2018-07-151-4/+4
* Added a lot of Oxford commasAnthony Crumley2018-05-101-1/+1
* Deprecate update_attributes and update_attributes!Eddie Lebow2018-02-171-1/+1
* Move touch method from Skipping Callbacks section to Running Callbacks sectio...Avneet Singh Malhotra2017-11-131-1/+1
* Small grammar fixesJon Moss2017-08-161-1/+1
* [ci skip] Add documentation for after_create_commit and after_update_commit c...jagdeepsingh2017-07-251-0/+29
* Pluralize callbackJon Moss2017-04-101-1/+3
* Merge pull request #28680 from vishalzambre/callback_doc_updateJon Moss2017-04-101-0/+2
|\
| * [ci skip] documented issue related before_destroyvishalzambre2017-04-101-0/+2
* | Fix edge guides for Active Record callbacksAlessandro Dal Grande2017-04-041-1/+5
|/
* Remove deprecate passing string to `:if` and `:unless` conditional options [c...yuuji.yaginuma2017-02-181-11/+1
* Merge pull request #25427 from eugeneius/update_increment_documentationKasper Timm Hansen2017-01-081-2/+0
|\
| * Update increment! documentation [ci skip]Eugene Kenny2016-08-151-2/+0
* | Abuse of protected in guidesAkira Matsuda2016-12-251-3/+3
* | Update docs for change in transaction callback exceptionsNathan Wenneker2016-09-031-1/+1
|/
* [skip ci] Fix typo and simplify after_commit examplewynksaiddestroy2016-06-141-2/+2
* Mention that halting chain does not re-raise `ActiveRecord::RecordInvalid` e...Vipul A M2016-01-191-1/+1
* Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-17/+17
* Introduce after_{create,update,delete}_commit callbacksGenadi Samokovarov2015-12-061-0/+19
* Merge pull request #19289 from ahmad-alkheat/masterYves Senn2015-03-111-1/+1
|\
| * Unnecessary usage of self in the guidesAhmad Al-kheat2015-03-111-1/+1
* | - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
|/
* warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
* correct markdown usage [ci skip]Nishant Modak2014-07-091-1/+1
* Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]John Kelly Ferguson2014-05-211-8/+8
* Add after_commit/after_rollback to callback listKyle Heironimus2014-04-101-0/+3
* Merge pull request #13032 from kuldeepaggarwal/after_touch_documentationYves Senn2013-12-121-0/+49
|\
| * [ci skip] added after_touch callback documentationKuldeep Aggarwal2013-12-121-0/+49
* | typos rectified lifecycle => life cycleAayush khandelwal2013-12-121-1/+1
* | The section that mentions after_commit and after_rollback will swallow except...Bikram2013-11-281-1/+1
|/
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-11-071-2/+2
|\
| * exists? is deprecated in ruby trunk [ci skip]Rashmi Yadav2013-11-011-2/+2
* | Rephrase ActiveRecord transaction rollback warningNate Berkopec2013-10-161-1/+1
|/
* Use Ruby on Rails Coding Conventions for code examples in the guidesPaul Nikitochkin2013-09-061-10/+10
* Change the wording to explain following methods skip callbacks [ci skip]Prathamesh Sonpatki2013-08-191-1/+3
* Remove block argument from callback example.Carlos Souza2013-07-131-2/+2
* 1.9 Hash SyntaxAkira Matsuda2013-07-081-1/+1
* Adding find_by in guide to methods that trigger after_findCristian Planas2013-07-011-0/+1
* update the example for `after_commit` in the guides.Yves Senn2013-02-241-9/+7
* remove 'update' duplicationsJuanjo Bazán2013-01-081-1/+0