aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_callbacks.md
Commit message (Collapse)AuthorAgeFilesLines
* update the example for `after_commit` in the guides.Yves Senn2013-02-241-9/+7
| | | | This is a follow up to #9356.
* remove 'update' duplicationsJuanjo Bazán2013-01-081-1/+0
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-2/+1
|\ | | | | | | | | Conflicts: guides/source/getting_started.md
| * 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
|/ | | | | | | | | | The other way it was not marking the text as italic, it was showing the underlines as normal text. Also fixes some code examples indentation and # => marks in Active Model and Active Record guides. [ci skip]
* Split Validations and Callbacks into separate guides.Steve Klabnik2012-11-291-0/+361
Two big features that are only barely related in the same guide. Seems bad. I did not check references to these guides yet, so some links may need to be updated.