Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing tests for ActionView::Template::Text | kenta-s | 2017-01-20 | 1 | -0/+16 |
| | |||||
* | Remove unused argument | Rafael Mendonça França | 2016-12-02 | 1 | -12/+2 |
| | | | | Now Text class is only used to render text mime type pages | ||||
* | applies new string literal convention in actionview/test | Xavier Noria | 2016-08-06 | 1 | -7/+7 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Use the reference for the mime type to get the format | Rafael Mendonça França | 2014-02-18 | 1 | -0/+17 |
Before we were calling to_sym in the mime type, even when it is unknown what can cause denial of service since symbols are not removed by the garbage collector. Fixes: CVE-2014-0082 |