aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/lookup_context_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Always reject files external to appJohn Hawthorn2019-04-031-4/+4
* Don't compact formatsJohn Hawthorn2019-03-191-5/+0
* Improve "raises on invalid format assignment" testJohn Hawthorn2019-03-181-2/+2
* Raise in LookupContext#formats= on invalid formatJohn Hawthorn2019-03-181-0/+8
* Make uniq in LookupContext#formats=John Hawthorn2019-03-181-1/+1
* Ignore nil in LookupContext#formats=John Hawthorn2019-03-181-0/+5
* Make Template::Resolver always cacheJohn Hawthorn2019-03-151-50/+0
* Create templates with format=nilJohn Hawthorn2019-02-261-2/+2
* Templates have one formatAaron Patterson2019-02-251-1/+1
* Deprecate LookupContext#rendered_formatAaron Patterson2019-02-191-0/+10
* Deprecate `with_fallbacks` using a blockAaron Patterson2019-01-281-6/+19
* Make `@view_paths` on the lookup context mostly read-onlyAaron Patterson2019-01-281-3/+7
* Remove method named "hash"Aaron Patterson2019-01-281-6/+6
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-7/+5
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* improve error message when include assertions failMichael Grosser2016-09-161-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in actionviewXavier Noria2016-08-061-1/+1
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* compare arrays not set objects.Aaron Patterson2015-09-211-3/+3
* Removed Mocha from ActionView part 1Ronak Jangir2015-08-241-30/+36
* Fix the resolver cache and stop mutating the lookup_contextRafael Mendonça França2014-03-141-13/+0
* Introduce #with_formats_and_variants to prevent problems with mutating finder...Łukasz Strzałkowski2014-03-141-0/+13
* Ensure LookupContext in Digestor selects correct variantPiotr Chmolowski2014-03-091-0/+14
* Action Pack VariantsŁukasz Strzałkowski2013-12-041-1/+6
* `ActionView::MissingTemplate` for partials includes underscore.Yves Senn2013-12-021-2/+2
* Fix AV tests, I18nProxy was moved to AVŁukasz Strzałkowski2013-08-251-1/+1
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+263