aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of DeprecatedCallbacks in ActiveRecord::Associations and finally remo...José Valim2009-12-301-1/+1
* Move ActiveRecord callbacks implementation to ActiveModel and make use of it.José Valim2009-12-281-54/+5
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-121-2/+2
* Refactor new callbacks and AR implementation.José Valim2009-09-081-59/+20
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-129/+126
* Fix warnings in AMoJoshua Peek2009-09-051-1/+1
* Merge docrailsPratik Naik2009-07-251-1/+17
* Add wrap_with_notifications helper to AMo observingJoshua Peek2009-07-201-1/+1
* Move observing notify helper into AMoJoshua Peek2009-06-111-5/+0
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-5/+7
* Merge with docrailsPratik Naik2009-02-241-5/+33
* Merge docrailsPratik Naik2009-01-181-1/+1
* Fixed broken after_save callback; was being called when before_create was can...Michael Lovitt2009-01-161-2/+3
* Merge docrailsPratik Naik2008-10-161-2/+3
* Merge docrailsPratik Naik2008-09-031-2/+8
* Rollback the transaction when a before_* callback returns false.Xavier Noria2008-08-241-0/+12
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Changing order of equality because comparing certain objects with false raise...Lucas Carlson2008-07-021-2/+2
* Callbacks fire before notifying observers [#230 state:resolved]Craig Demyanovich2008-06-031-2/+2
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-2/+2
* Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...Jeremy Kemper2008-01-191-35/+6
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Change plings to the more conventional quotes in the documentation. Closes #1...Marcel Molina2007-11-121-1/+1
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-081-1/+1
* Performance: absorb instantiate and initialize_with_callbacks into the Base m...Jeremy Kemper2007-08-311-33/+3
* Formatting, grammar and spelling fixes for the associations documentation. [s...Michael Koziarski2007-08-281-50/+50
* Consistent public/protected/private visibility for chained methods. Closes #7...Jeremy Kemper2007-03-131-0/+4
* Backed out of new_record? to new? transformation as it would screw up existin...David Heinemeier Hansson2006-09-051-2/+2
* Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...David Heinemeier Hansson2006-09-051-2/+2
* Update callbacks documentation. Closes #3970.Jeremy Kemper2006-07-081-0/+11
* Doc fixes (closes #5443)David Heinemeier Hansson2006-07-051-0/+6
* Get thereJeremy Kemper2006-06-211-1/+1
* preserve chained method punctuationJeremy Kemper2006-06-211-1/+1
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-19/+4
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...Marcel Molina2006-04-291-3/+1
* doc fix (closes #3972) [robby]David Heinemeier Hansson2006-02-271-7/+7