1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
Stefan Wrobel 8877b5ff16
Fix translate method with default: nil
```ruby
    I18n.translate('missing.translation', default: nil)
    # => nil
    helper.translate('missing.translation', default: nil)
    # Before
    # => "<span class=\"translation_missing\" title=\"translation missing: en.missing.translation\">Translation</span>"
    # After
    # => nil
    ```
2020-02-09 23:22:00 +01:00
..
actionpack Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
activerecord perform_caching config affects collection caching 2019-12-05 21:46:02 +01:00
fixtures Fix partial caching ignore repeated items issue 2019-04-04 09:59:06 +08:00
lib Fix rubocop violations 2019-06-14 23:32:15 +09:00
template Fix translate method with default: nil 2020-02-09 23:22:00 +01:00
ujs update https urls [ci skip] 2019-10-03 11:01:32 +02:00
abstract_unit.rb Merge pull request #25214 from maclover7/jm-av-tests 2019-12-18 12:23:11 -03:00
active_record_unit.rb Run actionview tests in parallel 2019-06-05 18:40:08 -07:00