Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure cache_template_loading works and don't use to_prepare callback | Pratik Naik | 2008-06-11 | 1 | -0/+1 |
* | Removed TemplateFinder.update_extension_cache_for since view path cache will ... | Joshua Peek | 2008-06-09 | 1 | -1/+0 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -2/+2 |
* | Capture view errors in ActionView::Template. | Nathan Weizenbaum | 2008-05-02 | 1 | -0/+12 |
* | Move missing template logic to ActionView | Pratik Naik | 2008-04-19 | 1 | -6/+10 |
* | Introduce ActionView::InlineTemplate class | Pratik Naik | 2008-04-19 | 1 | -13/+9 |
* | Moved template handlers related code from ActionView::Base to ActionView::Tem... | Pratik Naik | 2008-03-05 | 1 | -1/+39 |
* | Refactor partial rendering into a PartialTemplate class. [Pratik] | Michael Koziarski | 2008-03-03 | 1 | -5/+17 |
* | Introduce a Template class to ActionView. Closes #11024 [lifofifo] | Michael Koziarski | 2008-02-06 | 1 | -0/+65 |