aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* `RenderingHelper` supports rendering objects that `respond_to?` `:render_in`Joel Hawksley2019-06-121-0/+17
* 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
* Fix partial caching ignore repeated items issuest00122019-04-041-0/+22
* Merge pull request #35688 from jhawthorn/render_file_rfcAaron Patterson2019-03-301-13/+23
|\
| * Introduce Template::File as new render file:John Hawthorn2019-03-271-13/+23
* | 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
* | Prefer render template: in testsJohn Hawthorn2019-03-211-20/+21
* | Deprecate ActionView::PathSet as argument to ActionView::Base.newCliff Pruitt2019-02-201-0/+4
* | 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-191-1/+1
|\ \
| * | Pass the template format to the digestorAaron Patterson2019-02-151-1/+1
| |/
* / Show deprecated message instead of raise exception in `compiled_method_contai...yuuji.yaginuma2019-02-161-0/+7
|/
* 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-111-2/+5
* | 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-081-2/+0
* Teach DetailsKey how to clear the template cacheAaron Patterson2019-02-081-6/+5
* Pull generated methods up in to the anonymous subclassAaron Patterson2019-02-061-8/+1
* Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-061-2/+19
* 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-011-3/+12
* add tests to make sure deprecated API is still supportedAaron Patterson2019-01-311-0/+10
* Tighten up the AV::Base constructorAaron Patterson2019-01-291-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Don’t allocate array on no argsschneems2018-09-071-1/+1
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-2/+2
|/
* Define path with __dir__bogdanvlviv2017-05-231-2/+2
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-3/+3
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-2/+2
* Add tests for render template/partial with variants option.Stan Lo2017-04-141-0/+8
* Add information on `:formats` option in action_view_overview.mdkenta-s2017-02-061-2/+1
* Fix CI failure caused by aa647b46cce55ec12f5895e403c0d1b85502c8e0Ryuta Kamizono2017-02-021-1/+1
* Fix test failures only seen when executed via bin/testAkira Matsuda2017-02-021-1/+1
* Merge pull request #27795 from meagar/fix-missing-partial-iterationRafael França2017-01-311-0/+9
|\
| * Add partial iteration variable to template keysMatthew Eagar2017-01-251-0/+9
* | Get neglected TODO done in render_testkenta-s2017-01-241-2/+1
|/
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-5/+5
* Remove unneeded Deprecation silenceRafael Mendonça França2017-01-061-5/+3
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-7/+7