aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/new_callbacks.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixes Sam Ruby tests suite.José Valim2009-09-211-46/+109
* Use NewCallbacks on ActionDispatch::Callbacks.José Valim2009-09-201-2/+2
* Callbacks need to require reportingJoshua Peek2009-09-131-0/+1
* Shush, new_callbacksJeremy Kemper2009-09-131-2/+4
* Refactor new callbacks and AR implementation.José Valim2009-09-081-56/+58
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-46/+53
* wycats forgot a +1, so I added it [#2749 state:resolved]Aaron Patterson2009-07-021-1/+1
* Fix failing tests in new callbacksYehuda Katz + Carl Lerche2009-06-151-1/+1
* uses Object#metaclass and Object#class_eval in a few spotsXavier Noria2009-06-121-1/+1
* Further cleanup of callbacksYehuda Katz2009-06-091-10/+7
* More pruning of NewCallbacksYehuda Katz2009-06-091-16/+5
* YAGNI Method references. DeprecatedYehuda Katz2009-06-021-12/+5
* Further cleaning up new callbacksYehuda Katz2009-06-021-69/+49
* Simplify callbacks to use less metaprogrammingYehuda Katz2009-06-021-51/+55
* Get all the callback tests to work on new baseYehuda Katz + Carl Lerche2009-06-011-3/+10
* Support Object#filter method for before/after filtersPratik Naik2009-05-301-0/+2
* Fix failing ActionCacheFilter tests due to around filter changes.Yehuda Katz + Carl Lerche2009-05-271-2/+2
* Added support to new callbacks for around filter object that respond to :befo...Yehuda Katz + Carl Lerche2009-05-271-1/+5
* Added support to new callbacks for around filter object that respond to :befo...Yehuda Katz + Carl Lerche2009-05-271-0/+5
* Add the ability to prepend filters to new callbacksCarl Lerche2009-05-271-1/+3
* 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