aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/actionpack/controller/render_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-12/+12
* Introduce Template::File as new render file:John Hawthorn2019-03-271-10/+34
* Move inline rendering content-type test to a controller testAaron Patterson2019-02-191-0/+11
* Add test for Hash-like object being passed to partial `locals`Ufuk Kayserilioglu2019-01-241-0/+10
* Revert "Allow usage of strings as locals for partial renderer"Ufuk Kayserilioglu2019-01-241-10/+0
* Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-241-0/+118
* Merge pull request #30647 from droptheplot/render-partials-string-localsRafael França2018-04-271-0/+9
|\
| * Allow usage of strings as locals for partial rendererSergey Novikov2017-09-181-0/+9
* | Fix actionview tests executionbogdanvlviv2018-03-041-7/+8
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-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
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-6/+6
* DRY fake models for testingAkira Matsuda2017-02-021-35/+1
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-6/+6
* applies remaining conventions across the projectXavier Noria2016-08-061-6/+6
* modernizes hash syntax in actionviewXavier Noria2016-08-061-96/+96
* applies new string literal convention in actionview/testXavier Noria2016-08-061-42/+42
* Delete bad testSean Griffin2016-06-071-5/+0
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* render should return a stringAaron Patterson2015-10-051-1/+1
* :hocho: TyposAkira Matsuda2015-09-211-1/+1
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-19/+19
* Revert "revises a test to account for case-insensitive file systems"Matthew Draper2015-06-141-18/+2
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-46/+20
* Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-1/+1
* Remove deprecation warning.Guo Xiang Tan2015-05-221-1/+1
* revises a test to account for case-insensitive file systemsXavier Noria2015-05-211-3/+19
* Merge pull request #18948 from kaspth/automatic-collection-cachingRafael Mendonça França2015-02-251-0/+4
|\
| * Merge multi_fetch_fragments.Kasper Timm Hansen2015-02-201-0/+4
* | Error message testing fixFranky W2015-02-201-2/+2
|/
* use kwargs instead of xhr method. refs #18771.yuuji.yaginuma2015-02-071-2/+2
* Fixed test for deprecation warning in actionview, renaming from https://githu...Vipul A M2015-01-311-3/+3
* Support `:assigns` option when rendering with controllers/mailers.brainopia2015-01-221-0/+9
* Revert "Revert "Merge pull request #16888 from jejacks0n/render_template""Godfrey Chan2014-09-261-18/+5
* Revert "Merge pull request #16888 from jejacks0n/render_template"Godfrey Chan2014-09-231-5/+18
* Changes default render behavior from file to template.jejacks0n2014-09-111-18/+5
* Added PartialIteration class used when rendering collectionsJoel Junström2014-07-161-0/+18
* Fixed borken tests in AV caused by 013c74dGodfrey Chan2014-07-101-2/+2
* Ensure that .process return the method returnArthur Neves2014-05-061-1/+5
* Unused class in AV testAkira Matsuda2013-12-251-2/+0
* Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-191-3/+3
* Fix integration test to pass same-origin verificationJeremy Kemper2013-12-171-1/+1
* Minor typo fixesAkira Matsuda2013-11-271-1/+1
* Move actionpack's controller testsŁukasz Strzałkowski2013-08-251-0/+1337