aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-12/+12
* Fix select_tag so that is doesn't change options when include_blank is setYounes SERRAJ2019-05-221-0/+7
* Remove useless `GC.start` in `test/template/render_test.rb`Ryuta Kamizono2019-05-061-14/+0
* Clear Resolvers' cache after running RenderTestCases' test casesst00122019-05-061-4/+9
* Merge pull request #32313 from lulalala/model_error_as_objectRafael França2019-04-242-7/+17
|\
| * Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`lulalala2019-03-312-7/+17
* | Bump RuboCop to 0.67.2Koichi ITO2019-04-161-2/+4
* | Add additional test for sharing templatesJohn Hawthorn2019-04-121-1/+18
* | Support disabling cache for DigestorJohn Hawthorn2019-04-121-0/+14
* | De-dup Templates, introduce UnboundTemplateJohn Hawthorn2019-04-121-0/+30
* | Add tests against resolverJohn Hawthorn2019-04-113-0/+109
* | Deprecate Template#refreshJohn Hawthorn2019-04-041-17/+3
* | Don't discard source after renderingJohn Hawthorn2019-04-041-2/+2
* | Fix deprecation warning about variants and formatsPrathamesh Sonpatki2019-04-041-2/+2
* | Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* | Merge pull request #35145 from st0012/fix-35114Rafael França2019-04-032-0/+23
|\ \
| * | Fix partial caching ignore repeated items issuest00122019-04-042-0/+23
* | | 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-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
|\ \