aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/actionpack
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolonsMatthew Draper2017-10-281-1/+1
|/
* Fix RuboCop offensesKoichi ITO2017-08-161-2/+2
* Use frozen string literal in actionview/Kir Shatrov2017-07-248-0/+16
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-028-8/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-018-0/+8
* Define path with __dir__bogdanvlviv2017-05-235-14/+14
* 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
* Fix `require_dependency` message formatRyuta Kamizono2016-11-251-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
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-163-10/+10
* Fix actionview test failureRyuta Kamizono2016-08-111-2/+2
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-065-14/+6
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-22/+22
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-3/+1
* modernizes hash syntax in actionviewXavier Noria2016-08-068-145/+145
* applies new string literal convention in actionview/testXavier Noria2016-08-068-97/+97
* systematic revision of =~ usage in AVXavier Noria2016-07-251-1/+2
* Delete bad testSean Griffin2016-06-071-5/+0
* Add more test coverage to layoutsRafael Mendonça França2016-05-201-4/+152
* keep layouts + locals from bloating the cacheAaron Patterson2016-05-171-0/+19
* locals can be accessed from templates rendered in the controllerAaron Patterson2016-05-171-0/+16
* Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+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-173-22/+23
* 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
* Cleaning unused views from actionpack tests inside actionviewThiago Pradi2015-03-141-1/+0
* 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