Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed render :template for templates in top level of view path. [#54 state:re... | Pratik Naik | 2008-05-01 | 1 | -1/+6 |
* | Fix layouts in symlinked paths. Closes #9136 [court3nay, caio] | Jeremy Kemper | 2008-03-28 | 1 | -2/+1 |
* | Missing :js template falls back to :html, so you don't have to explicitly spe... | Jeremy Kemper | 2008-03-28 | 1 | -4/+9 |
* | Whitespace + formatting | Jeremy Kemper | 2008-03-25 | 1 | -6/+4 |
* | Moved template handlers related code from ActionView::Base to ActionView::Tem... | Pratik Naik | 2008-03-05 | 1 | -1/+1 |
* | Add a slightly more informative exception message for ActionView::TemplateFin... | Rick Olson | 2008-02-07 | 1 | -1/+6 |
* | Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C... | Michael Koziarski | 2008-01-21 | 1 | -0/+165 |
* | Revert r8669 for now, breaks Action Mailer. Reopens #10800. | Jeremy Kemper | 2008-01-19 | 1 | -161/+0 |
* | Introduce TemplateFinder to handle view paths and lookups. Closes #10800. | Jeremy Kemper | 2008-01-19 | 1 | -0/+161 |