Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | YAGNI Method references. Deprecated | Yehuda Katz | 2009-06-02 | 1 | -12/+5 |
| | |||||
* | Further cleaning up new callbacks | Yehuda Katz | 2009-06-02 | 1 | -69/+49 |
| | |||||
* | Simplify callbacks to use less metaprogramming | Yehuda Katz | 2009-06-02 | 1 | -51/+55 |
| | |||||
* | Get all the callback tests to work on new base | Yehuda Katz + Carl Lerche | 2009-06-01 | 1 | -3/+10 |
| | |||||
* | Support Object#filter method for before/after filters | Pratik Naik | 2009-05-30 | 1 | -0/+2 |
| | |||||
* | Fix failing ActionCacheFilter tests due to around filter changes. | Yehuda Katz + Carl Lerche | 2009-05-27 | 1 | -2/+2 |
| | |||||
* | Added support to new callbacks for around filter object that respond to ↵ | Yehuda Katz + Carl Lerche | 2009-05-27 | 1 | -1/+5 |
| | | | | :before & :after used in before|after callbacks | ||||
* | Added support to new callbacks for around filter object that respond to ↵ | Yehuda Katz + Carl Lerche | 2009-05-27 | 1 | -0/+5 |
| | | | | :before & :after | ||||
* | Add the ability to prepend filters to new callbacks | Carl Lerche | 2009-05-27 | 1 | -1/+3 |
| | |||||
* | Support Method callbacks | Pratik Naik | 2009-05-26 | 1 | -0/+8 |
| | |||||
* | Make Filter#filter work with around filters | Pratik Naik | 2009-05-25 | 1 | -5/+17 |
| | |||||
* | Corrected new callbacks semantics with regards to using objects for around ↵ | Yehuda Katz + Carl Lerche | 2009-05-19 | 1 | -3/+7 |
| | | | | filters. | ||||
* | Don't run the action if callbacks are halted. | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -1/+1 |
| | | | In AbstractController, this means that response_body is not empty | ||||
* | Removed a stray method_missing in the new callbacks system | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -9/+0 |
| | |||||
* | Makes new callbacks support keys with special characters | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -0/+1 |
| | |||||
* | new_callbacks core extensions | Jeremy Kemper | 2009-04-22 | 1 | -0/+3 |
| | |||||
* | Treating strings as enumerable is deprecated | Jeremy Kemper | 2009-04-20 | 1 | -6/+6 |
| | |||||
* | Resurrecting 1.9 compatibility. | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -1/+2 |
| | |||||
* | Rework NewCallbacks to not require method_missing | Yehuda Katz | 2009-03-17 | 1 | -1/+9 |
| | |||||
* | Use extlib accessor for new callbacks | Yehuda Katz | 2009-03-12 | 1 | -2/+2 |
| | |||||
* | Fixes multiple conditions | Yehuda Katz | 2009-02-27 | 1 | -2/+2 |
| | |||||
* | Add support for callbacks | Yehuda Katz | 2009-02-27 | 1 | -0/+477 |