aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/actionpack/abstract
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-1/+2
* Bump rubocop to 0.71Abhay Nikam2019-06-061-1/+1
* Introduce Template::File as new render file:John Hawthorn2019-03-271-1/+1
* Bump RuboCop to 0.66.0Koichi ITO2019-03-271-5/+5
* 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-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-232-4/+4
* Fix `require_dependency` message formatRyuta Kamizono2016-11-251-1/+1
* 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-161-3/+3
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-064-8/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-22/+22
* modernizes hash syntax in actionviewXavier Noria2016-08-064-34/+34
* applies new string literal convention in actionview/testXavier Noria2016-08-064-10/+10
* 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
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-172-3/+4
* Cleaning unused views from actionpack tests inside actionviewThiago Pradi2015-03-141-1/+0
* Remove wrong TODO commentRafael Mendonça França2015-01-041-1/+1
* Remove deprecated `AbstractController::Base::parent_prefixes`Rafael Mendonça França2015-01-041-16/+0
* Following documentation guidelineRafael Mendonça França2014-05-141-4/+3
* deprecate AbC:Base::parent_prefixes.Nick Sutterer2014-05-131-0/+49
* Ensure that .process return the method returnArthur Neves2014-05-061-8/+8
* Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-191-3/+3
* More typo fixesAkira Matsuda2013-11-271-1/+1
* Minor typo fixesAkira Matsuda2013-11-271-3/+3
* Refactor File.expand_path usage to remove additional File.joinAlex Johnson2013-11-051-1/+1
* Move abstract's controller tests to AVŁukasz Strzałkowski2013-08-2514-0/+886