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 | -2/+3 |
* | Fix layouts in symlinked paths. Closes #9136 [court3nay, caio] | Jeremy Kemper | 2008-03-28 | 1 | -4/+4 |
* | Whitespace + formatting | Jeremy Kemper | 2008-03-25 | 1 | -10/+7 |
* | Move tests from action_view_test.rb to template_finder_test.rb so that they g... | Pratik Naik | 2008-03-13 | 1 | -1/+33 |
* | Moved template handlers related code from ActionView::Base to ActionView::Tem... | Pratik Naik | 2008-03-05 | 1 | -2/+2 |
* | Fix regexp to contain only one rjs, and add rhtml [lifofifo] | Michael Koziarski | 2008-03-01 | 1 | -1/+1 |
* | Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C... | Michael Koziarski | 2008-01-21 | 1 | -0/+43 |
* | Revert r8669 for now, breaks Action Mailer. Reopens #10800. | Jeremy Kemper | 2008-01-19 | 1 | -43/+0 |
* | Introduce TemplateFinder to handle view paths and lookups. Closes #10800. | Jeremy Kemper | 2008-01-19 | 1 | -0/+43 |