aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert [3130]. Behavior of introducing Kernel.binding causes breakage.Marcel Molina2005-11-211-1/+1
* Use Kernel.binding rather than binding to allow columns of that name. Refere...Jeremy Kemper2005-11-211-1/+1
* Fix docs (closes #2491)David Heinemeier Hansson2005-10-261-6/+6
* Returning false in before_destroy should cancel action. Closes #1829.Scott Barron2005-09-281-2/+2
* Mark ticket # in changelog. Snip some trailing whitespace.Jeremy Kemper2005-07-031-3/+3
* r1601@asus: jeremy | 2005-07-02 14:33:08 -0700Jeremy Kemper2005-07-031-11/+8
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-261-1/+1
* Changed the callbacks such that observers are notified before the in-object c...David Heinemeier Hansson2005-05-021-4/+7
* Added warning about specifying callbacks before associations to trigger inher...David Heinemeier Hansson2005-03-191-0/+4
* Added that all types of after_find/after_initialized callbacks are triggered ...David Heinemeier Hansson2005-03-141-5/+16
* Fixed example in docsDavid Heinemeier Hansson2005-03-131-1/+1
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-2/+2
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-8/+17
* Added block-style for callbacks #332 [bitsweat]David Heinemeier Hansson2005-01-011-50/+51
* No longer necessary to guard against reincludes with the new reset of inherit...David Heinemeier Hansson2004-12-121-1/+1
* A fix that actually works...David Heinemeier Hansson2004-12-081-1/+1
* Callbacks added to the inheritable que should only be called once -- even as ...David Heinemeier Hansson2004-12-081-1/+1
* Fixed that methods wrapped in callbacks still return their original result #2...David Heinemeier Hansson2004-12-071-25/+30
* InitialDavid Heinemeier Hansson2004-11-241-0/+337