aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template/resolver.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplication using _find_allJohn Hawthorn2019-04-121-11/+7
* Support disabling cache for DigestorJohn Hawthorn2019-04-121-20/+35
* De-dup Templates, introduce UnboundTemplateJohn Hawthorn2019-04-121-10/+19
* Remove FileTemplateJohn Hawthorn2019-04-041-1/+3
* Always reject files external to appJohn Hawthorn2019-04-031-14/+15
* Only clear template caches in dev after changes (#35629)John Hawthorn2019-04-011-0/+2
* Deprecate custom patterns for PathResolverJohn Hawthorn2019-03-261-39/+11
* Remove virtual_path from fallback templatesJohn Hawthorn2019-03-181-8/+16
* Remove updated_at from TemplatesJohn Hawthorn2019-03-151-7/+1
* Make Template::Resolver always cacheJohn Hawthorn2019-03-151-30/+2
* Remove query_format argument from resolverJohn Hawthorn2019-02-261-2/+2
* Create templates with format=nilJohn Hawthorn2019-02-261-2/+2
* Remove unused method / fix documentationAaron Patterson2019-02-261-6/+1
* Update actionview/lib/action_view/template/resolver.rbJohn Hawthorn2019-02-261-1/+1
* Don't mutate `virtual_path`, remove `decorate`Aaron Patterson2019-02-251-14/+2
* Pass locals in to the template object on constructionAaron Patterson2019-02-251-8/+11
* Remove potential `variants` mutation in `decorate`Aaron Patterson2019-02-251-1/+0
* Dereference the format type before template constructionAaron Patterson2019-02-251-1/+1
* Always pass a format to the ActionView::Template constructorAaron Patterson2019-02-251-5/+13
* Introduce a file type template, deprecate `Template#refresh`Aaron Patterson2019-02-011-2/+1
* use match?pavel2018-12-121-1/+1
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Fix for variants: :any special caseJohn Hawthorn2018-09-121-1/+3
* Use wildcard glob for optimized template resolvingJohn Hawthorn2018-09-121-13/+51
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use tt in doc for ActionView [ci skip]Yoshiyuki Hirano2017-08-271-3/+3
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-1/+1
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * | Make ActionMailer frozen string literal friendly.Pat Allan2017-06-201-1/+1
| |/
* / [Action View] require => require_relativeAkira Matsuda2017-07-011-1/+1
|/
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* Merge pull request #27738 from kenta-s/remove-unused-argument-formatsRafael França2017-01-311-2/+2
|\
| * Remove unused argument `formats`kenta-s2017-01-201-2/+2
* | `find_templates` should be able to handle 5 argumentskenta-s2017-01-191-2/+2
|/
* No need to nodoc private methodsAkira Matsuda2016-12-241-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-5/+5
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-5/+5
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-74/+74
* modernizes hash syntax in actionviewXavier Noria2016-08-061-6/+6
* applies new string literal convention in actionview/libXavier Noria2016-08-061-3/+3
* keep layouts + locals from bloating the cacheAaron Patterson2016-05-171-0/+17
* Ensure Cache#inspect doesn't block concurrent cache writesJeremy Daer2016-04-191-0/+4
* Support `:any` variants lookup in `PathResolver`Godfrey Chan2016-03-011-2/+6
* Lock down new `ImplicitRender` behavior for 5.0 RCGodfrey Chan2016-02-251-2/+6
* Merge branch '5-0-beta-sec'Aaron Patterson2016-01-251-3/+20
|\