aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow format to be nilJohn Hawthorn2019-02-261-5/+0
* `original_encoding` isn't used, so deprecate it and remove the ivarAaron Patterson2019-02-251-3/+3
* Expand key word args for ActionView::TemplateAaron Patterson2019-02-251-3/+3
* Don't mutate `virtual_path`, remove `decorate`Aaron Patterson2019-02-251-3/+2
* Pass locals in to the template object on constructionAaron Patterson2019-02-251-4/+10
* Merge pull request #35408 from rails/template-has-one-variantAaron Patterson2019-02-251-10/+9
|\
| * Change `variants` to `variant`Aaron Patterson2019-02-251-9/+8
| * Convert `variant` to a keyword argAaron Patterson2019-02-251-2/+2
* | Improve Template#inspect output (#35407)John Hawthorn2019-02-251-2/+6
|/
* Templates have one formatAaron Patterson2019-02-251-6/+7
* Update actionview/lib/action_view/template.rbRyuta Kamizono2019-02-251-1/+1
* remove the formats writer on templatesAaron Patterson2019-02-251-2/+6
* Dereference the format type before template constructionAaron Patterson2019-02-251-1/+1
* Always pass a format to the ActionView::Template constructorAaron Patterson2019-02-251-2/+5
* Add a finalizer to inline templatesAaron Patterson2019-02-221-0/+1
* Pass the template format to the digestorAaron Patterson2019-02-151-1/+1
* Deprecate finalizer configuration (it doesn't do anything)Aaron Patterson2019-02-061-0/+9
* Remove finalizer and configurationAaron Patterson2019-02-061-15/+0
* Speed up partial rendering by caching "variable" calculationAaron Patterson2019-02-051-0/+9
* Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-011-2/+1
* Introduce a file type template, deprecate `Template#refresh`Aaron Patterson2019-02-011-1/+12
* use the source returned from encode!Aaron Patterson2019-01-311-3/+5
* Ask the view for its method containerAaron Patterson2019-01-181-5/+1
* Pull up virtual path assignmentAaron Patterson2019-01-161-3/+1
* Always evaluate views against an ActionView::BaseAaron Patterson2019-01-161-3/+3
* Pull output buffer conditional upAaron Patterson2019-01-161-1/+1
* Fix rubocop issuebogdanvlviv2018-10-031-1/+1
* Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'Sharang Dashputre2018-10-021-3/+3
* Merge pull request #32031 from yahonda/remove_redundant_freezeRyuta Kamizono2018-10-011-4/+4
|\
| * Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-4/+4
* | Explain why we have explicit marshaling methodsDavid Heinemeier Hansson2018-09-301-2/+6
* | make actionview templates marshalable so that they can be serialized during t...lsylvester2018-09-301-0/+9
|/
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-3/+3
* Use `:default` option in order to set default value of `finalize_compiled_tem...bogdanvlviv2018-04-031-2/+1
* Add `action_view.finalize_compiled_template_methods` config optionSimon Coffey2018-04-021-1/+6
* Fix outdated comment [ci skip]yuuji.yaginuma2017-09-021-1/+1
* double assign is no longer an effective workaround for unused variable warningAkira Matsuda2017-09-011-1/+1
* [Action View] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-0/+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 ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
* | Make ActionMailer frozen string literal friendly.Pat Allan2017-06-201-2/+2
|/
* Unfreeze interpolated string because it's useless.Stan Lo2017-02-191-1/+1
* Allow render locals to be assigned to instance variablesAndrew White2017-01-151-1/+1
* Fix typo in action_view/template.rb [ci skip]kenta-s2016-12-281-1/+1
* self. is not needed when calling its own instance methodAkira Matsuda2016-12-241-2/+1
* Privatize unneededly protected methods in Action ViewAkira Matsuda2016-12-241-10/+8
* split DELEGATION_RESERVED_METHOD_NAMES in halfToshimaru2016-12-091-1/+1