aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* docs, tiny rdoc markup fix. [ci skip]Yves Senn2015-08-121-1/+2
* `destroy` shouldn't raise when child associations fail to saveSean Griffin2015-07-241-0/+3
* Revert "Revert "Reduce allocations when running AR callbacks.""Guo Xiang Tan2015-07-161-5/+6
* typo fix [ci skip]karanarora2015-05-201-1/+1
* Revert "Reduce allocations when running AR callbacks."Guo Xiang Tan2015-03-221-6/+5
* Deprecate `false` as the way to halt AR callbacksclaudiob2015-01-021-3/+3
* Provide :touch option to save() to accommodate saving without updating timest...Dan Olson2014-12-271-1/+1
* Prefix internal method with _Rafael Mendonça França2014-10-251-5/+5
* Reduce allocations when running AR callbacks.Pete Higgins2014-09-281-5/+5
* [Active Record] Renamed private methods create_record and update_recordPrathamesh Sonpatki2014-02-201-2/+2
* Fix ActiveRecord::Callbacks sample code [ci skip]joker10072013-12-031-2/+2
* Add documentation for after_touch [ci skip]claudiob2013-10-081-1/+4
* fix typosVipul A M2013-04-211-1/+1
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-2/+2
* 1.9 hash syntax changesAvnerCohen2012-11-081-1/+1
* Merge branch 'master' of https://github.com/lifo/docrailsPablo Ifran2012-10-221-8/+5
|\
| * copy edits [ci skip]Vijay Dev2012-10-211-14/+7
* | Changeing some code-styles of the examples & fix a typo on dependent optionPablo Ifran2012-10-221-18/+12
|/
* ActiveRecord Callbacks ordering examplesPablo Ifran2012-10-191-0/+43
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-06-221-1/+1
|\
| * Typo in documentation.Andrés Mejía2012-06-191-1/+1
* | Simplify AR configuration code.Jon Leighton2012-06-151-24/+0
|/
* Remove Array.wrap calls in ActiveRecordRafael Mendonça França2012-01-061-2/+0
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-12/+39
* Added back the Callback debugging section by interrogating the _*_callbacks m...ozzyaaron2011-03-291-0/+18
* Active Record typos.R.T. Lechow2011-03-051-1/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-02-021-10/+6
|\
| * FIX not using _on_create or _on_update callbacks only _create and _updatePaco Guzman2011-02-011-1/+1
| * Correct docs for after_find and after_initializeJesse Storimer2011-01-281-9/+5
* | Use run_callbacks; the generated _run_<name>_callbacks method is not a public...John Firebaugh2011-01-311-5/+5
|/
* Remove doc for debugging callbacks. Methods don't exist in Rails masterRafael Mendonça França2010-10-131-10/+0
* Cleanup deprecation warnings in active recordCarlos Antonio da Silva2010-09-061-17/+0
* lifecycle should be two words, life cycleJaime Iniesta2010-08-261-2/+2
* fisting after_rollback and after commit callbacksAaron Patterson2010-08-201-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-24/+24
* fixing documentationNeeraj Singh2010-08-031-2/+2
* Merge remote branch 'docrails/master' into 3-0-stableXavier Noria2010-08-031-31/+35
|\
| * ensuring that description does not exceed 100 columnsNeeraj Singh2010-08-021-31/+35
* | Add an internal (private API) after_touch callback. [#5271 state:resolved]José Valim2010-08-021-2/+6
|/
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-25/+2
|\
| * ActiveModel::Validations::Callbacks should not be required by default.José Valim2010-06-191-8/+2
| * moving before_validation and after_validation functionality from ActiveRecord...Neeraj Singh2010-06-191-20/+3
* | Adds title and basic description where needed.Rizwan Reza2010-06-151-0/+2
|/
* update docs before_validation_on_create => before_validation(:on => :create)Santiago Pastorino and José Ignacio Costa2010-06-071-1/+1
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-32/+16
* say something about after_(commit|rollback) in callbacks.rb, the fact that th...Xavier Noria2010-05-021-1/+6
* Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)Jeremy Kemper2010-04-101-2/+4
* Add debugging documentation for _callback_chain to ActiveRecord::Callbackchrisfinne2010-03-261-0/+10
* Ensure deprecated validate methods are invoked when they are private [#3214 s...José Valim2010-01-181-1/+1
* Ensure before_validation and after_validation accepts :on as option.José Valim2010-01-061-2/+20