aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template.rb
Commit message (Expand)AuthorAgeFilesLines
* active_support/deprecation has to be already required via active_support/rail...Akira Matsuda2019-07-121-1/+0
* No Woman, No tryAkira Matsuda2019-07-121-1/+0
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Deprecate Template#refreshJohn Hawthorn2019-04-041-19/+1
* Add ActionView::Template::Sources::FileJohn Hawthorn2019-04-041-1/+6
* Don't call Template#refreshJohn Hawthorn2019-04-041-6/+1
* Don't discard source after renderingJohn Hawthorn2019-04-041-3/+0
* Rename File to RawFileCliff Pruitt2019-04-011-1/+1
* Merge pull request #35688 from jhawthorn/render_file_rfcAaron Patterson2019-03-301-1/+2
|\
| * Introduce Template::File as new render file:John Hawthorn2019-03-271-1/+2
* | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors...Rafael França2019-03-281-1/+9
|\ \ | |/ |/|
| * Add handling and tests.Eli Rose2019-02-171-1/+9
* | Re-add Template#updated_at as deprecatedJohn Hawthorn2019-03-191-4/+11
* | Merge pull request #35623 from jhawthorn/actionview_cacheAaron Patterson2019-03-151-5/+4
|\ \
| * | Remove updated_at from TemplatesJohn Hawthorn2019-03-151-5/+4
* | | Rename `ActionView::Base#run` to `#_run`Seb Jacobs2019-03-151-1/+1
|/ /
* | 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