Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Html template handler that wraps Raw output in an OutputBuffer | Santiago Pastorino | 2016-01-05 | 1 | -0/+2 |
| | | | | | | | This fixes the case when you try to render an html you know safe and the file is named something.html. With this commit the content of the html won't be escaped anymore because AV won't use Raw handler and choose Html handler instead. | ||||
* | fix ActionView::Template::Error when using Streaming with capture. | yuuji.yaginuma | 2015-03-01 | 1 | -0/+6 |
| | | | | can't acquire a encoding from StreamingBuffer. fixes #12001 | ||||
* | Remove unneeded test fixtures in AV | Piotr Sarnacki | 2013-06-20 | 7 | -15/+0 |
| | |||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 16 | -0/+32 |