aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | Always reject files external to appJohn Hawthorn2019-04-032-5/+5
|/ /
* | url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-014-7/+7
* | Merge pull request #35793 from jhawthorn/deprecate_layout_absolute_pathKasper Timm Hansen2019-03-311-1/+3
|\ \ | |/ |/|
| * Deprecate render layout with an absolute pathJohn Hawthorn2019-03-291-1/+3
* | Merge pull request #35688 from jhawthorn/render_file_rfcAaron Patterson2019-03-305-27/+72
|\ \ | |/ |/|
| * Introduce Template::File as new render file:John Hawthorn2019-03-275-27/+72
* | Fix annotated typoPrathamesh Sonpatki2019-03-291-4/+4
* | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors...Rafael França2019-03-282-0/+10
|\ \ | |/ |/|
| * Add handling and tests.Eli Rose2019-02-172-0/+10
* | Merge pull request #35761 from koic/bump_rubocop_to_0_66_0Ryuta Kamizono2019-03-271-5/+5
|\ \
| * | Bump RuboCop to 0.66.0Koichi ITO2019-03-271-5/+5
* | | Deprecate custom patterns for PathResolverJohn Hawthorn2019-03-261-1/+4
|/ /
* | Prefer render template: in testsJohn Hawthorn2019-03-217-42/+43
* | 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
* | | Add regression test for HTML content in rails-ujsrazh2019-03-171-0/+11
* | | Revert "Pass HTML responses as plain-text in rails-ujs"razh2019-03-171-11/+0
* | | Make Template::Resolver always cacheJohn Hawthorn2019-03-152-50/+2
|/ /
* | Revert an incorrect change in jquery-2.2.0.jsSharang Dashputre2019-03-101-2/+2
* | [ci skip] Minor documentation fixes for consistencyShailesh Kalamkar2019-03-091-1/+1
* | [ci skip] Fix typosShailesh Kalamkar2019-03-071-1/+1
* | 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-263-12/+11
|\ \
| * | Expand key word args for ActionView::TemplateAaron Patterson2019-02-251-1/+1
| * | Pass locals in to the template object on constructionAaron Patterson2019-02-253-11/+10
* | | [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-258-10/+10
* | Always pass a format to the ActionView::Template constructorAaron Patterson2019-02-252-3/+5
* | 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-192-5/+11
* | 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-193-14/+16
|\ \
| * | Pass the template format to the digestorAaron Patterson2019-02-153-14/+16
* | | 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
|\