Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activerecord/lib/active_record/callbacks.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9157 [9157] 03/31/08 01:10:04 bitsweat Partial updates include only unsaved attributes. Off by default; set …
(edit) @8664 [8664] 01/19/08 02:44:45 bitsweat Extract ActiveSupport::Callbacks from Active Record, test case setup and …
(edit) @8301 [8301] 12/05/07 18:54:41 david Fix typos (closes #10378)
(edit) @8131 [8131] 11/12/07 18:36:42 marcel Change plings to the more conventional quotes in the documentation. Closes …
(edit) @8113 [8113] 11/08/07 03:37:16 marcel Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
(edit) @7380 [7380] 08/31/07 01:56:39 bitsweat Performance: absorb instantiate and initialize_with_callbacks into the …
(edit) @7368 [7368] 08/28/07 23:18:57 nzkoz Formatting, grammar and spelling fixes for the associations documentation. …
(edit) @6396 [6396] 03/13/07 02:14:31 bitsweat Consistent public/protected/private visibility for chained methods. Closes …
(edit) @5018 [5018] 09/05/06 18:54:24 david Backed out of new_record? to new? transformation as it would screw up …
(edit) @5017 [5017] 09/05/06 18:48:10 david Deprecated ActiveRecord::Base.new_record? in favor of …
(edit) @4585 [4585] 07/08/06 00:52:37 bitsweat Update callbacks documentation. Closes #3970.
(edit) @4551 [4551] 07/05/06 02:44:26 david Doc fixes (closes #5443)
(edit) @4484 [4484] 06/21/06 23:15:03 bitsweat Get there
(edit) @4483 [4483] 06/21/06 23:09:01 bitsweat preserve chained method punctuation
(edit) @4312 [4312] 04/29/06 20:20:22 marcel Replace alias method chaining with Module#alias_method_chain. [Marcel …
(edit) @4310 [4310] 04/29/06 18:10:14 marcel Replace Ruby's deprecated append_features in favor of included. [Marcel …
(edit) @3682 [3682] 02/27/06 05:10:04 david doc fix (closes #3972) [robby]
(edit) @3142 [3142] 11/21/05 09:34:10 marcel Revert [3130]. Behavior of introducing Kernel.binding causes breakage.
(edit) @3139 [3139] 11/21/05 08:34:50 bitsweat Use Kernel.binding rather than binding to allow columns of that name. …
(edit) @2744 [2744] 10/26/05 13:05:48 david Fix docs (closes #2491)
(edit) @2381 [2381] 09/28/05 00:09:50 htonl Returning false in before_destroy should cancel action. Closes #1829.
(edit) @1642 [1642] 07/03/05 09:04:52 bitsweat Mark ticket # in changelog. Snip some trailing whitespace.
(edit) @1620 [1620] 07/03/05 08:27:18 bitsweat r1601@asus: jeremy | 2005-07-02 14:33:08 -0700 Only notify observers of …
(edit) @1520 [1520] 06/26/05 11:25:32 david Updated all references to the old find_first and find_all to use the new …
(edit) @1273 [1273] 05/02/05 16:46:30 david Changed the callbacks such that observers are notified before the …
(edit) @917 [917] 03/19/05 15:36:41 david Added warning about specifying callbacks before associations to trigger …
(edit) @898 [898] 03/14/05 00:04:14 david Added that all types of after_find/after_initialized callbacks are …
(edit) @893 [893] 03/13/05 15:35:49 david Fixed example in docs
(edit) @525 [525] 02/07/05 14:15:53 david Fixed documentation snafus #575, #576, #577, #585
(edit) @417 [417] 01/15/05 17:45:16 david Added support for associating unsaved objects #402 [Tim Bates] Added …
(edit) @296 [296] 01/01/05 16:14:15 david Added block-style for callbacks #332 [bitsweat]
(edit) @127 [127] 12/12/04 16:51:02 david No longer necessary to guard against reincludes with the new reset of …
(edit) @91 [91] 12/08/04 17:44:31 david A fix that actually works…
(edit) @90 [90] 12/08/04 17:39:44 david Callbacks added to the inheritable que should only be called once -- even …
(edit) @65 [65] 12/07/04 12:10:57 david Fixed that methods wrapped in callbacks still return their original result …
(add) @4 [4] 11/24/04 01:04:44 david Initial
Note: See TracRevisionLog for help on using the revision log.