aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template
Commit message (Expand)AuthorAgeFilesLines
* 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
* Templates have one formatAaron Patterson2019-02-252-8/+19
* 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
* Add a finalizer to inline templatesAaron Patterson2019-02-221-0/+22
* Pass the template format to the digestorAaron Patterson2019-02-151-1/+1
* Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-111-1/+1
* Take in to account optional arguments when deprecatingAaron Patterson2019-02-041-1/+1
* Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-015-11/+37
* Introduce a file type template, deprecate `Template#refresh`Aaron Patterson2019-02-011-2/+1
* Tighten up the AV::Base constructorAaron Patterson2019-01-291-1/+1
* Pull buffer assignment upAaron Patterson2019-01-161-1/+1
* Always evaluate views against an ActionView::BaseAaron Patterson2019-01-161-4/+6
* Pull output buffer conditional upAaron Patterson2019-01-161-1/+3
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-2/+2
* 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
* Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-6/+6
* Deprecate usage of ActionView::Template::Handlers::ERB::escape_whitelistKevin Deisz2018-08-241-2/+12
* Remove unused `MissingRequestError`yuuji.yaginuma2017-10-311-3/+0
* Remove deprecated Erubis ERB handlerRafael Mendonça França2017-10-233-97/+0
* [Action View] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use tt in doc for ActionView [ci skip]Yoshiyuki Hirano2017-08-271-3/+3
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-274-4/+4
* Use frozen string literal in actionview/Kir Shatrov2017-07-2413-0/+26
* 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-0213-13/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0213-0/+13
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-0113-0/+13
| * | 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
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-292-10/+4
* call `gem` `erubis` before requireyuuji.yaginuma2017-02-011-0/+1
* Fix inherit from deprecated `ActionView::Template::Handlers::Erubis`Fumiaki MATSUSHIMA2017-02-012-1/+10
* 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
* | Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-253-72/+166
* | `find_templates` should be able to handle 5 argumentskenta-s2017-01-191-2/+2
|/
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* Privatize unneededly protected methods in Action ViewAkira Matsuda2016-12-241-2/+2