| Commit message (Expand) | Author | Age | Files | Lines |
* | Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks | Joshua Peek | 2009-10-12 | 1 | -2/+2 |
* | Refactor new callbacks and AR implementation. | José Valim | 2009-09-08 | 1 | -59/+20 |
* | Changed ActiveRecord to use new callbacks and speed up observers by only noti... | José Valim | 2009-09-08 | 1 | -129/+126 |
* | Fix warnings in AMo | Joshua Peek | 2009-09-05 | 1 | -1/+1 |
* | Merge docrails | Pratik Naik | 2009-07-25 | 1 | -1/+17 |
* | Add wrap_with_notifications helper to AMo observing | Joshua Peek | 2009-07-20 | 1 | -1/+1 |
* | Move observing notify helper into AMo | Joshua Peek | 2009-06-11 | 1 | -5/+0 |
* | Break up DependencyModule's dual function of providing a "depend_on" DSL and ... | Joshua Peek | 2009-05-28 | 1 | -1/+1 |
* | Use DependencyModule for included hooks in ActiveRecord | Bryan Helmkamp | 2009-05-11 | 1 | -5/+7 |
* | Merge with docrails | Pratik Naik | 2009-02-24 | 1 | -5/+33 |
* | Merge docrails | Pratik Naik | 2009-01-18 | 1 | -1/+1 |
* | Fixed broken after_save callback; was being called when before_create was can... | Michael Lovitt | 2009-01-16 | 1 | -2/+3 |
* | Merge docrails | Pratik Naik | 2008-10-16 | 1 | -2/+3 |
* | Merge docrails | Pratik Naik | 2008-09-03 | 1 | -2/+8 |
* | Rollback the transaction when a before_* callback returns false. | Xavier Noria | 2008-08-24 | 1 | -0/+12 |
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 1 | -0/+0 |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -1/+1 |
* | Changing order of equality because comparing certain objects with false raise... | Lucas Carlson | 2008-07-02 | 1 | -2/+2 |
* | Callbacks fire before notifying observers [#230 state:resolved] | Craig Demyanovich | 2008-06-03 | 1 | -2/+2 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -1/+1 |
* | Partial updates include only unsaved attributes. Off by default; set YourClas... | Jeremy Kemper | 2008-03-31 | 1 | -2/+2 |
* | Extract ActiveSupport::Callbacks from Active Record, test case setup and tear... | Jeremy Kemper | 2008-01-19 | 1 | -35/+6 |
* | Fix typos (closes #10378) | David Heinemeier Hansson | 2007-12-05 | 1 | -1/+1 |
* | Change plings to the more conventional quotes in the documentation. Closes #1... | Marcel Molina | 2007-11-12 | 1 | -1/+1 |
* | Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva] | Marcel Molina | 2007-11-08 | 1 | -1/+1 |
* | Performance: absorb instantiate and initialize_with_callbacks into the Base m... | Jeremy Kemper | 2007-08-31 | 1 | -33/+3 |
* | Formatting, grammar and spelling fixes for the associations documentation. [s... | Michael Koziarski | 2007-08-28 | 1 | -50/+50 |
* | Consistent public/protected/private visibility for chained methods. Closes #7... | Jeremy Kemper | 2007-03-13 | 1 | -0/+4 |
* | Backed out of new_record? to new? transformation as it would screw up existin... | David Heinemeier Hansson | 2006-09-05 | 1 | -2/+2 |
* | Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?... | David Heinemeier Hansson | 2006-09-05 | 1 | -2/+2 |
* | Update callbacks documentation. Closes #3970. | Jeremy Kemper | 2006-07-08 | 1 | -0/+11 |
* | Doc fixes (closes #5443) | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+6 |
* | Get there | Jeremy Kemper | 2006-06-21 | 1 | -1/+1 |
* | preserve chained method punctuation | Jeremy Kemper | 2006-06-21 | 1 | -1/+1 |
* | Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ... | Marcel Molina | 2006-04-29 | 1 | -19/+4 |
* | Replace Ruby's deprecated append_features in favor of included. [Marcel Molin... | Marcel Molina | 2006-04-29 | 1 | -3/+1 |
* | doc fix (closes #3972) [robby] | David Heinemeier Hansson | 2006-02-27 | 1 | -7/+7 |
* | Revert [3130]. Behavior of introducing Kernel.binding causes breakage. | Marcel Molina | 2005-11-21 | 1 | -1/+1 |
* | Use Kernel.binding rather than binding to allow columns of that name. Refere... | Jeremy Kemper | 2005-11-21 | 1 | -1/+1 |
* | Fix docs (closes #2491) | David Heinemeier Hansson | 2005-10-26 | 1 | -6/+6 |
* | Returning false in before_destroy should cancel action. Closes #1829. | Scott Barron | 2005-09-28 | 1 | -2/+2 |
* | Mark ticket # in changelog. Snip some trailing whitespace. | Jeremy Kemper | 2005-07-03 | 1 | -3/+3 |
* | r1601@asus: jeremy | 2005-07-02 14:33:08 -0700 | Jeremy Kemper | 2005-07-03 | 1 | -11/+8 |
* | Updated all references to the old find_first and find_all to use the new styl... | David Heinemeier Hansson | 2005-06-26 | 1 | -1/+1 |
* | Changed the callbacks such that observers are notified before the in-object c... | David Heinemeier Hansson | 2005-05-02 | 1 | -4/+7 |
* | Added warning about specifying callbacks before associations to trigger inher... | David Heinemeier Hansson | 2005-03-19 | 1 | -0/+4 |
* | Added that all types of after_find/after_initialized callbacks are triggered ... | David Heinemeier Hansson | 2005-03-14 | 1 | -5/+16 |
* | Fixed example in docs | David Heinemeier Hansson | 2005-03-13 | 1 | -1/+1 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -2/+2 |
* | Added support for associating unsaved objects #402 [Tim Bates] | David Heinemeier Hansson | 2005-01-15 | 1 | -8/+17 |