aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template
Commit message (Expand)AuthorAgeFilesLines
* Fix checking for template variants when using the ActionView::FixtureResolverEdward Rudd2019-04-031-0/+10
* Always reject files external to appJohn Hawthorn2019-04-032-5/+5
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-1/+1
* Merge pull request #35688 from jhawthorn/render_file_rfcAaron Patterson2019-03-303-16/+37
|\
| * Introduce Template::File as new render file:John Hawthorn2019-03-273-16/+37
* | Fix annotated typoPrathamesh Sonpatki2019-03-291-4/+4
* | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors...Rafael França2019-03-281-0/+6
|\ \ | |/ |/|
| * Add handling and tests.Eli Rose2019-02-171-0/+6
* | Deprecate custom patterns for PathResolverJohn Hawthorn2019-03-261-1/+4
* | Prefer render template: in testsJohn Hawthorn2019-03-214-39/+40
* | Merge pull request #35661 from jhawthorn/lookup_context_validationEileen M. Uchitelle2019-03-201-1/+9
|\ \
| * | Don't compact formatsJohn Hawthorn2019-03-191-5/+0
| * | Improve "raises on invalid format assignment" testJohn Hawthorn2019-03-181-2/+2
| * | Raise in LookupContext#formats= on invalid formatJohn Hawthorn2019-03-181-0/+8
| * | Make uniq in LookupContext#formats=John Hawthorn2019-03-181-1/+1
| * | Ignore nil in LookupContext#formats=John Hawthorn2019-03-181-0/+5
* | | Merge pull request #35662 from jhawthorn/fallback_resolver_no_virtual_pathAaron Patterson2019-03-191-0/+16
|\ \ \
| * | | Remove virtual_path from fallback templatesJohn Hawthorn2019-03-181-0/+16
| |/ /
* | | Merge pull request #35604 from jhawthorn/validate_mime_typesEileen M. Uchitelle2019-03-191-2/+2
|\ \ \ | |/ / |/| |
| * | Raise exception when building invalid mime typeJohn Hawthorn2019-03-141-2/+2
* | | Make Template::Resolver always cacheJohn Hawthorn2019-03-152-50/+2
|/ /
* | Remove query_format argument from resolverJohn Hawthorn2019-02-261-1/+1
* | Create templates with format=nilJohn Hawthorn2019-02-263-4/+4
* | Merge pull request #35411 from rails/pass-locals-to-templateAaron Patterson2019-02-261-9/+7
|\ \
| * | Expand key word args for ActionView::TemplateAaron Patterson2019-02-251-1/+1
| * | Pass locals in to the template object on constructionAaron Patterson2019-02-251-8/+6
* | | [ci skip] Renamed formats -> format in test after #35406Abhay Nikam2019-02-261-1/+1
|/ /
* | Improve Template#inspect output (#35407)John Hawthorn2019-02-251-0/+10
* | Templates have one formatAaron Patterson2019-02-257-9/+9
* | Always pass a format to the ActionView::Template constructorAaron Patterson2019-02-251-2/+4
* | Prefer I18n.with_localeGeorge Claghorn2019-02-212-52/+37
* | Deprecate ActionView::PathSet as argument to ActionView::Base.newCliff Pruitt2019-02-201-0/+4
* | Deprecate LookupContext#rendered_formatAaron Patterson2019-02-191-0/+10
* | Move inline rendering content-type test to a controller testAaron Patterson2019-02-191-5/+0
* | Add a test that writes to the collection cacheAaron Patterson2019-02-191-1/+8
* | Merge pull request #35293 from rails/remove-rendered-format-from-cacheAaron Patterson2019-02-192-13/+14
|\ \
| * | Pass the template format to the digestorAaron Patterson2019-02-152-13/+14
* | | Merge pull request #35281 from y-yagi/show_deprecated_message_instead_of_rais...Aaron Patterson2019-02-151-0/+7
|\ \ \
| * | | Show deprecated message instead of raise exception in `compiled_method_contai...yuuji.yaginuma2019-02-161-0/+7
| |/ /
* / / Allow to pass options to `csp_meta_tag`yuuji.yaginuma2019-02-161-0/+4
|/ /
* / Add test for `csp_meta_tag`yuuji.yaginuma2019-02-141-0/+31
|/
* Merge pull request #35253 from rails/cached-collections-must-have-a-templateAaron Patterson2019-02-131-0/+11
|\
| * Cached collections only work if there is one templateAaron Patterson2019-02-131-0/+11
* | Turn lookup context in to a stack, push and pop if formats changeAaron Patterson2019-02-112-4/+6
* | Adding another failing test caseAaron Patterson2019-02-111-1/+10
* | Add a failing test for #35222Aaron Patterson2019-02-111-0/+6
|/
* Always call superAaron Patterson2019-02-082-2/+1
* Teach DetailsKey how to clear the template cacheAaron Patterson2019-02-083-10/+9
* Split digest cache from details identity cacheAaron Patterson2019-02-082-0/+5
* Fix deprecation warnings and call superAaron Patterson2019-02-061-2/+2