Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | :warning: "Use assert_nil if expecting nil. This will fail in MT6." | Akira Matsuda | 2017-01-18 | 1 | -1/+6 |
| | | | | | | These are followups for 307065f959f2b34bdad16487bae906eb3bfeaf28, but TBH I'm personally not very much confortable with this style. Maybe we could override assert_equal in our test_helper not to warn? | ||||
* | applies new string literal convention in actionview/test | Xavier Noria | 2016-08-06 | 1 | -12/+12 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | Fix escape_once double-escaping hex-encoded entities | John F. Douthat | 2014-07-02 | 1 | -0/+1 |
| | | | | (This is a manual merge of #9102) | ||||
* | Added \u2028 \u2029 to json_escape | Godfrey Chan | 2013-12-04 | 1 | -1/+2 |
| | |||||
* | Use lower case letters in unicodes sequences to match the new encoder's output | Godfrey Chan | 2013-12-04 | 1 | -3/+3 |
| | |||||
* | Added failing test for json_escape striping quotation marks | Godfrey Chan | 2013-12-04 | 1 | -0/+45 |
| | | | | Expanded test coverage for html_escape and json_escape | ||||
* | Minor typo fixes | Akira Matsuda | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 1 | -0/+60 |