aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template
Commit message (Expand)AuthorAgeFilesLines
* Empty array instead of nil for source_extractGuilherme Mansur2019-07-141-12/+8
* active_support/deprecation has to be already required via active_support/rail...Akira Matsuda2019-07-122-4/+0
* :golf:Akira Matsuda2019-06-151-6/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-133-6/+0
* Merge pull request #35959 from jhawthorn/unbound_templatesRafael França2019-04-151-12/+32
|\
| * 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
* | Squash `warning: instance variable @filename not initialized`utilum2019-04-121-1/+1
|/
* Remove FileTemplateJohn Hawthorn2019-04-041-1/+3
* Add ActionView::Template::Sources::FileJohn Hawthorn2019-04-042-0/+30
* Fix arity warning for template handlerslocalhostdotdev2019-04-041-3/+3
* Merge pull request #35825 from jhawthorn/always_filter_view_pathsEileen M. Uchitelle2019-04-031-14/+15
|\
| * Always reject files external to appJohn Hawthorn2019-04-031-14/+15
* | [ci skip] Updated the doc after renaming Template::File -> Template::RawFile ...Abhay Nikam2019-04-021-1/+1
* | Rename File to RawFileCliff Pruitt2019-04-012-2/+2
|/
* Only clear template caches in dev after changes (#35629)John Hawthorn2019-04-011-0/+2
* Merge pull request #35688 from jhawthorn/render_file_rfcAaron Patterson2019-03-302-1/+29
|\
| * Introduce Template::File as new render file:John Hawthorn2019-03-272-1/+29
* | Fix annotated typoPrathamesh Sonpatki2019-03-291-2/+2
* | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors...Rafael França2019-03-281-0/+20
|\ \ | |/ |/|
| * Add handling and tests.Eli Rose2019-02-171-0/+20
* | Deprecate custom patterns for PathResolverJohn Hawthorn2019-03-261-39/+11
* | Remove virtual_path from fallback templatesJohn Hawthorn2019-03-181-8/+16
* | Merge pull request #35623 from jhawthorn/actionview_cacheAaron Patterson2019-03-151-37/+3
|\ \
| * | Remove updated_at from TemplatesJohn Hawthorn2019-03-151-7/+1
| * | Make Template::Resolver always cacheJohn Hawthorn2019-03-151-30/+2
* | | Rename `ActionView::Base#run` to `#_run`Seb Jacobs2019-03-151-1/+1
|/ /
* | 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