aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
|\
| * Cached collections only work if there is one templateAaron Patterson2019-02-131-0/+11
* | Address to useless assignment `formats = nil` after #35254Ryuta Kamizono2019-02-141-2/+0
* | 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-1111-6/+39
* | Add a failing test for #35222Aaron Patterson2019-02-115-0/+14
|/
* 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
* Pull generated methods up in to the anonymous subclassAaron Patterson2019-02-061-8/+1
* 🚨 Make the cops happy 🚨Aaron Patterson2019-02-063-3/+3
* Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-068-12/+55
* Merge branch 'float_dom_ids'Gannon McGibbon2019-02-051-4/+20
|\
| * Fix unique DOM IDs for collection inputsMark Edmondson2019-01-251-4/+20
* | Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-0/+1
* | Take in to account optional arguments when deprecatingAaron Patterson2019-02-041-0/+9
* | Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-014-8/+17
* | add tests to make sure deprecated API is still supportedAaron Patterson2019-01-311-0/+10
* | Tighten up the AV::Base constructorAaron Patterson2019-01-299-12/+12
* | Deprecate `with_fallbacks` using a blockAaron Patterson2019-01-281-6/+19