Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change ActionView::ViewPathSet to ActionView::PathSet | Manuel Meurer | 2011-03-13 | 1 | -4/+4 |
| | |||||
* | change rdoc to conform to api guidelines | Joost Baaij | 2010-08-25 | 1 | -7/+7 |
| | |||||
* | class_attribute is not a direct replacement of class_inheritable_*. | José Valim | 2010-06-10 | 1 | -1/+2 |
| | | | | | | If you are setting a hash or an array in class_attribute or you need to freeze it, to ensure people won't modify it in place or you need to dup it on inheritance. | ||||
* | Allow anything that responds to render to be given as :template and use ↵ | José Valim | 2010-03-12 | 1 | -5/+1 |
| | | | | find_template instead of find in views. | ||||
* | Optimize and clean up how details key get expired. | José Valim | 2010-03-10 | 1 | -1/+2 |
| | |||||
* | Clean LookupContext API. | José Valim | 2010-03-08 | 1 | -2/+5 |
| | |||||
* | Move ViewPaths module to its own file. | José Valim | 2010-03-08 | 1 | -0/+69 |