aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/new_callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* Support Method callbacksPratik Naik2009-05-261-0/+8
* Make Filter#filter work with around filtersPratik Naik2009-05-251-5/+17
* Corrected new callbacks semantics with regards to using objects for around fi...Yehuda Katz + Carl Lerche2009-05-191-3/+7
* Don't run the action if callbacks are halted.Yehuda Katz + Carl Lerche2009-05-111-1/+1
* Removed a stray method_missing in the new callbacks systemYehuda Katz + Carl Lerche2009-05-011-9/+0
* Makes new callbacks support keys with special charactersYehuda Katz + Carl Lerche2009-05-011-0/+1
* new_callbacks core extensionsJeremy Kemper2009-04-221-0/+3
* Treating strings as enumerable is deprecatedJeremy Kemper2009-04-201-6/+6
* Resurrecting 1.9 compatibility.Carl Lerche & Yehuda Katz2009-04-131-1/+2
* Rework NewCallbacks to not require method_missingYehuda Katz2009-03-171-1/+9
* Use extlib accessor for new callbacksYehuda Katz2009-03-121-2/+2
* Fixes multiple conditionsYehuda Katz2009-02-271-2/+2
* Add support for callbacksYehuda Katz2009-02-271-0/+477