aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/actionpack/controller
Commit message (Expand)AuthorAgeFilesLines
* Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-011-2/+2
* Tighten up the AV::Base constructorAaron Patterson2019-01-291-2/+2
* 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
* make bot happyAaron Patterson2018-09-241-6/+6
* Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-244-0/+158
* 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-244-0/+8
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-024-4/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-014-0/+4
* Define path with __dir__bogdanvlviv2017-05-233-10/+10
* 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
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* Add three new rubocop rulesRafael Mendonça França2016-08-162-7/+7
* Fix actionview test failureRyuta Kamizono2016-08-111-2/+2
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-6/+6
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-3/+1
* modernizes hash syntax in actionviewXavier Noria2016-08-064-111/+111
* applies new string literal convention in actionview/testXavier Noria2016-08-064-87/+87
* systematic revision of =~ usage in AVXavier Noria2016-07-251-1/+2
* 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-212-2/+2
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-19/+19
* Change AC::TestResponse to AD::TestResponsePrem Sichanugrist2015-07-141-1/+1
* use new constructor. (Oops! :bomb:)Aaron Patterson2015-07-081-1/+1
* Revert "revises a test to account for case-insensitive file systems"Matthew Draper2015-06-141-18/+2
* Revert "Merge pull request #19685 from vngrs/actionview_parent_layout_bug"Rafael Mendonça França2015-06-021-14/+0
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-302-60/+34
* 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
* fix for actionview parent layout bugMehmet Emin İNAÇ2015-04-081-0/+14
* 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
* No need of requiring `rbconfig`, it is by-default loadedKuldeep Aggarwal2015-01-101-1/+0
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Revert "Revert "Merge pull request #16888 from jejacks0n/render_template""Godfrey Chan2014-09-261-18/+5