Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We need an explicit return | Rafael Mendonça França | 2014-05-14 | 1 | -4/+4 |
| | | | | | | | | | | | If we don't return early Ruby will memoize the value of the prefix of the parent class what will make the subsequent searchs to not work as expected. If the early return we are avoiding the memoization. But when using the deprecated path we need to memoize the value, so we are not using early return for the deprecated path. | ||||
* | Refactoring the code to make consitional return explicit | Rafael Mendonça França | 2014-05-14 | 1 | -4/+9 |
| | |||||
* | Follow the documentation guideline | Rafael Mendonça França | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | Mark _prefix as nodoc | Rafael Mendonça França | 2014-05-14 | 1 | -3/+2 |
| | | | | These methods are private API. | ||||
* | ._prefix is private API so we should not recommend to override it | Rafael Mendonça França | 2014-05-14 | 1 | -2/+2 |
| | |||||
* | deprecate AbC:Base::parent_prefixes. | Nick Sutterer | 2014-05-13 | 1 | -4/+16 |
| | | | | | | rename ::_local_prefixes to ::local_prefixes to state the public attribute. document the latter. make ::local_prefixes private, test overriding it and remove documentation for overriding ::_parent_prefixes. | ||||
* | simplify AC:ViewPaths::_prefixes. by making it recursively traversing up the ↵ | Nick Sutterer | 2014-05-13 | 1 | -15/+10 |
| | | | | inheritance chain, classes can override local prefixes. | ||||
* | Revert "Require only path_set && lookup_context instead of whole base" | Łukasz Strzałkowski | 2013-08-25 | 1 | -2/+1 |
| | | | | This reverts commit 77bb03df2ca3687b290e9fe77d21007642f0329c. | ||||
* | Require only path_set && lookup_context instead of whole base | Łukasz Strzałkowski | 2013-08-25 | 1 | -1/+2 |
| | |||||
* | Move view_paths from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+96 |