aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_callbacks.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-2/+1
|\
| * find_all_by is deprecated in AR 4Akira Matsuda2013-01-021-2/+1
* | Change guides to use update instead of update_attributesAmparo Luna + Guillermo Iguaran2013-01-031-2/+2
|/
* Add #destroy! as a method that triggers callbacksPablo Torres2012-12-121-0/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-081-4/+4
|\
| * Fixed grammar in a lot of guide prologues.Katie Oldaker2012-12-071-4/+4
* | Fix Active Record validation error messages markup in guidesCarlos Antonio da Silva2012-12-041-1/+1
|/
* Split Validations and Callbacks into separate guides.Steve Klabnik2012-11-291-0/+361