Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix broken doc layout for action_view [ci skip] | Yoshiyuki Hirano | 2017-08-27 | 1 | -1/+1 |
| | |||||
* | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 1 | -0/+2 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | Remove unused argument | Rafael Mendonça França | 2016-12-02 | 1 | -4/+3 |
| | | | | Now Text class is only used to render text mime type pages | ||||
* | DRYing duplicate methods | Andrey Molchanov | 2016-09-16 | 1 | -3/+1 |
| | |||||
* | applies new string literal convention in actionview/lib | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
| | | | | | 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 | -1/+1 |
| | | | | | | | | 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 | ||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 1 | -0/+34 |