Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove :cache => true on lookup templates initialization. | José Valim | 2010-10-14 | 1 | -1/+1 | |
| | ||||||
* | render :once should consider the current controller prefix. | José Valim | 2010-10-14 | 2 | -3/+4 | |
| | ||||||
* | Use identifiers for template equality. | José Valim | 2010-10-10 | 1 | -1/+1 | |
| | ||||||
* | Add support to render :once. | José Valim | 2010-10-10 | 3 | -28/+58 | |
| | | | | This will be used internally by sprockets to ensure requires are executed just once. | |||||
* | Clean up the house before moving in the new furniture. | José Valim | 2010-10-10 | 3 | -0/+269 | |
This commit moves all the template rendering logic that was hanging around AV::Base to renderer objects. |