aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/file_template.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove FileTemplateJohn Hawthorn2019-04-041-12/+0
* Add ActionView::Template::Sources::FileJohn Hawthorn2019-04-041-23/+2
* Rename File to RawFileCliff Pruitt2019-04-011-1/+1
* Introduce Template::File as new render file:John Hawthorn2019-03-271-1/+1
* Re-add Template#updated_at as deprecatedJohn Hawthorn2019-03-191-2/+2
* Remove updated_at from TemplatesJohn Hawthorn2019-03-151-2/+2
* `original_encoding` isn't used, so deprecate it and remove the ivarAaron Patterson2019-02-251-2/+2
* Change `variants` to `variant`Aaron Patterson2019-02-251-2/+2
* Templates have one formatAaron Patterson2019-02-251-2/+2
* Introduce a file type template, deprecate `Template#refresh`Aaron Patterson2019-02-011-0/+33