Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 1 | -6/+6 |
| | |||||
* | 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 |
| | |||||
* | Improve insufficient test for `safe_join` | kenta-s | 2017-01-30 | 1 | -2/+13 |
| | |||||
* | Keep the value of `$,` and restore it | yui-knk | 2017-01-25 | 1 | -1/+2 |
| | | | | | | As unit tests, we do not know the value of `$,` when this test case started. It' better to keep the value when the test case fnished. | ||||
* | Merge pull request #27693 from kenta-s/improve-to_sentence-method | Rafael França | 2017-01-18 | 1 | -0/+10 |
|\ | | | | | Fix unexpected behavior of `to_sentence` with $, | ||||
| * | Fix unexpected behavior of with $, | kenta-s | 2017-01-15 | 1 | -0/+10 |
| | | |||||
* | | Add test for safe_join | kenta-s | 2017-01-15 | 1 | -0/+5 |
|/ | |||||
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -2/+2 |
| | |||||
* | applies new string literal convention in actionview/test | Xavier Noria | 2016-08-06 | 1 | -17/+17 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | mimic ActiveSupport's Array#to_sentence in an html_safe-aware way | Neil Matatall | 2016-03-15 | 1 | -0/+55 |
| | |||||
* | html_safe is not supposed to be public API for AV. This change removes usage ↵ | Vipul A M | 2016-01-20 | 1 | -2/+2 |
| | | | | | | of html_safe in favour of raw() in AV helpers. Also changed usage of html_safe to make use of raw() instead so that the intended behaviour is verified with raw() | ||||
* | In tag helper, honor html_safe on array parameters; also make safe_join more ↵ | Paul Grayson | 2014-06-12 | 1 | -1/+8 |
| | | | | similar to Array.join by first calling flatten. | ||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 1 | -0/+28 |